Skip to content

Commit

Permalink
Merge pull request #211 from ifad/chore/allow-rails-528
Browse files Browse the repository at this point in the history
Allow Rails 5.2.8 on Ruby 2.2
  • Loading branch information
tagliala authored Aug 30, 2023
2 parents b195369 + d181b91 commit 0fadb08
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
source "https://rubygems.org"

# Ref: rails/rails#44966
if RUBY_VERSION < '2.3'
gem "rails", "5.2.7"
else
gem "rails", "~> 5.2.0"
end
gem "rails", "~> 5.2.0"

# Fix code coverage on old Ruby versions
if RUBY_VERSION < '2.5'
Expand Down

0 comments on commit 0fadb08

Please sign in to comment.