Skip to content

Commit

Permalink
Fix build: constrain test Gemfiles now Rails 7 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
varyonic committed Feb 7, 2022
1 parent 0e496d4 commit 4cc1e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
eval_gemfile(File.expand_path(File.join("..", "Gemfile"), __dir__))

gem "rails", "~> 6.0.0"
gem "rails-i18n", ">= 6.0.x"
gem "rails-i18n", "~> 6.0"
gem "sass-rails", ">= 6.0.x"
gem "sprockets", ">= 4.0.x"
gem "bootsnap"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

eval_gemfile(File.expand_path(File.join("..", "Gemfile"), __dir__))

gem "rails", ">= 6.0.x"
gem "rails", "~> 6.1.0"
gem "rails-i18n", ">= 6.0.x"
gem "sass-rails", ">= 6.0.x"
gem "sprockets", ">= 4.0.x"
Expand Down

0 comments on commit 4cc1e6a

Please sign in to comment.