Skip to content

Commit

Permalink
CI: RubyGems 3.3 can properly resolve the dependencies without these …
Browse files Browse the repository at this point in the history
…hints
  • Loading branch information
amatsuda committed Jun 30, 2023
1 parent 0d9af96 commit 3acfba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ gem 'concurrent-ruby', RUBY_VERSION < '2.2' ? '< 1.1.10' : RUBY_VERSION < '2.3'
gem 'mini_portile2', RUBY_VERSION < '2.3' ? '< 2.5.1' : '>= 0'
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
gem 'i18n', RUBY_VERSION < '2.3' ? '< 1.5.2' : '>= 0'
gem 'selenium-webdriver', RUBY_VERSION < '2.7' ? '< 4.2.0' : '>= 0'
gem 'minitest', RUBY_VERSION < '2.6' ? '< 5.16' : '>= 0'
gem 'nokogiri', RUBY_VERSION >= '2.4' ? '>= 1.10.10' : '>= 0'
gem 'selenium-webdriver'

rails_version = ENV['RAILS_VERSION'] || '∞'

Expand Down

0 comments on commit 3acfba2

Please sign in to comment.