Skip to content

Commit

Permalink
Specify rails 4.2 version (bundler workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Feb 7, 2017
1 parent e49a0da commit 4ffa9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "solidus_auth_devise"

if branch == 'master' || branch >= "v2.0"
gem "rails-controller-testing", group: :test
else
gem "rails", "~> 4.2.7"
end

gem 'pg'
Expand Down

0 comments on commit 4ffa9ad

Please sign in to comment.