Skip to content

Commit

Permalink
Lock Rails version up to 5.2.1
Browse files Browse the repository at this point in the history
There are incompatibilities between core code and Rails 5.2.2
that we need to investigate better.

Locking Rails to 5.2.1 should allow us to have all the ecosystem
working in the meantime, for example this should immediately fix:

- extensions tests against master
- sandbox
- heroku demo

ref solidusio#2989
  • Loading branch information
kennyadsl committed Dec 6, 2018
1 parent 7a33685 commit 6ad412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
actionmailer actionpack actionview activejob activemodel activerecord
activesupport railties
].each do |rails_dep|
s.add_dependency rails_dep, ['>= 5.1', '< 5.3.x']
s.add_dependency rails_dep, ['>= 5.1', '< 5.2.2']
end

s.add_dependency 'activemerchant', '~> 1.66'
Expand Down

0 comments on commit 6ad412f

Please sign in to comment.