Skip to content

Commit

Permalink
Fix uploadcare-ruby dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rsedykh committed Dec 29, 2022
1 parent e111a55 commit 9187e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadcare-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.test_files = Dir['spec/**/*']
gem.version = Uploadcare::Rails::VERSION
gem.add_dependency 'rails', '>= 4'
gem.add_dependency 'uploadcare-ruby', '>= 4.2'
gem.add_dependency 'uploadcare-ruby', '>= 4.0'

# rubocop:disable Gemspec/RubyVersionGlobalsUsage
if RUBY_VERSION.start_with?('3')
Expand Down

0 comments on commit 9187e36

Please sign in to comment.