Skip to content

Commit

Permalink
Bump Rails dependecies upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoliverani committed Dec 21, 2020
1 parent dba286d commit 8fb31ac
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 @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
actionmailer actionpack actionview activejob activemodel activerecord
activesupport railties
].each do |rails_dep|
s.add_dependency rails_dep, ['>= 5.2', '< 6.1.x']
s.add_dependency rails_dep, ['>= 5.2', '< 6.2.x']
end

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

0 comments on commit 8fb31ac

Please sign in to comment.