Skip to content

Commit

Permalink
Merge pull request #6077 from mamhoff/v4-2-rails-branch
Browse files Browse the repository at this point in the history
4.2: Limit `concurrent-ruby` to < 1.3.5
  • Loading branch information
tvdeyen authored Jan 22, 2025
2 parents 8f41473 + 62d5c3d commit 289f693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Gem::Specification.new do |s|
s.add_dependency 'awesome_nested_set', '~> 3.3'
s.add_dependency 'cancancan', ['>= 2.2', '< 4.0']
s.add_dependency 'carmen', '~> 1.1.0'
# Adding a constraint here to make sure Rails 7.0 does not crash on startup
# https://github.com/rails/rails/pull/54264
s.add_dependency 'concurrent-ruby', '< 1.3.5'
s.add_dependency 'discard', '~> 1.0'
s.add_dependency 'friendly_id', '~> 5.0'
s.add_dependency 'image_processing', '~> 1.10'
Expand Down

0 comments on commit 289f693

Please sign in to comment.