Skip to content

Commit

Permalink
Allow Rails 7.1 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch committed Oct 8, 2023
1 parent 16c76f2 commit 0763ba2
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 @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
actionmailer actionpack actionview activejob activemodel activerecord
activesupport railties
].each do |rails_dep|
s.add_dependency rails_dep, ['>= 7.0', '< 7.1']
s.add_dependency rails_dep, ['>= 7.0']
end

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

0 comments on commit 0763ba2

Please sign in to comment.