Skip to content

Commit

Permalink
style: minor spacing change following review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlongridge committed Aug 23, 2019
1 parent c958e9d commit faeaf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :test, optional: true do
gem 'addressable', '~> 2.3.8'
if ruby_version >= Gem::Version.new('2.2.2')
gem 'delayed_job', ruby_version < Gem::Version.new('2.5.0') ? '4.1.7': '>4.1.7'
gem 'i18n', ruby_version <= Gem::Version.new('2.3.0') ? '1.4.0': '>1.4.0'
gem 'i18n', ruby_version <= Gem::Version.new('2.3.0') ? '1.4.0' : '>1.4.0'
end
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 faeaf8b

Please sign in to comment.