Skip to content

Commit

Permalink
Support Rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jun 9, 2017
1 parent 332b01e commit 3010f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "solidus", github: "solidusio/solidus", branch: branch
gem "solidus_auth_devise"

if branch == 'master' || branch >= "v2.3"
gem 'rails', '~> 5.0.0' # hack for broken bundler dependency resolution
gem 'rails', '~> 5.1.0' # hack for broken bundler dependency resolution
elsif branch >= "v2.0"
gem 'rails', '~> 5.0.0' # hack for broken bundler dependency resolution
else
Expand Down

0 comments on commit 3010f21

Please sign in to comment.