Skip to content

Commit

Permalink
Relax Rails version dependency
Browse files Browse the repository at this point in the history
We don't need anymore to lock this extension to Rails 5.2.1
since solidus core is now compatible with it.

ref solidusio/solidus#2992
  • Loading branch information
kennyadsl committed Dec 13, 2018
1 parent 97bff94 commit 31a1a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gem "solidus", github: "solidusio/solidus", branch: branch

if branch == 'master' || branch >= "v2.0"
gem "rails-controller-testing", group: :test
gem "rails", "<= 5.2.1"
else
gem "rails_test_params_backport", group: :test
gem "rails", "~> 4.2.7"
Expand Down

0 comments on commit 31a1a29

Please sign in to comment.