Skip to content

Commit

Permalink
Force Rails 5.2 to be < 5.2.4 to unblock the build
Browse files Browse the repository at this point in the history
This needs to be addressed separately
  • Loading branch information
mlarraz committed Mar 24, 2022
1 parent 19e0d5d commit 1dab7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/active_record_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "activerecord", "~> 5.2.0"
gem "activerecord", "~> 5.2.0", "< 5.2.4" # FIXME
gem "i18n", "~> 0.9.5"
gem "nokogiri", "~> 1.7.1"
gem "nio4r", "~> 2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "rails", "~> 5.2.0"
gem "rails", "~> 5.2.0", "< 5.2.4" # FIXME
gem "i18n", "~> 0.9.5"
gem "nokogiri", "~> 1.7.1"
gem "nio4r", "~> 2.3.1"
Expand Down

0 comments on commit 1dab7d2

Please sign in to comment.