Version 3.0.0-rc
Pre-release
Pre-release
This version supports latest Uploadcare REST API — v0.7, which introduces new file management features:
If you have Ruby version >= 3, then you probably will get error:
ArgumentError: wrong number of arguments (given 2, expected 1)
To fix this errors, add this line to your application's Gemfile:
gem 'dry-configurable', '0.13.0'
and run bundle install