Skip to content

Commit

Permalink
test: fix version of activesupport (used by delayed_job) to 5.x for R…
Browse files Browse the repository at this point in the history
…uby <2.5.0
  • Loading branch information
tomlongridge committed Aug 21, 2019
1 parent 0b59883 commit 61933d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test, optional: true do
gem 'pry'
gem 'addressable', '~> 2.3.8'
gem 'delayed_job' if ruby_version >= Gem::Version.new('2.2.2')
gem 'activesupport', ruby_version <= Gem::Version.new('2.5.0') ? '5.2.3': '>=6.0.0'
gem 'i18n', ruby_version <= Gem::Version.new('2.3.0') ? '1.4.0': '>1.4.0' if ruby_version >= Gem::Version.new('2.2.2')
gem 'webmock', ruby_version <= Gem::Version.new('1.9.3') ? '2.3.2': '>2.3.2'
gem 'hashdiff', ruby_version <= Gem::Version.new('1.9.3') ? '0.3.8': '>0.3.8'
Expand Down

0 comments on commit 61933d1

Please sign in to comment.