Skip to content

Commit

Permalink
Allow Rails 5.2.8 on Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Aug 30, 2023
1 parent b195369 commit d181b91
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 d181b91

Please sign in to comment.