Skip to content

Commit

Permalink
Loosen rails restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed May 27, 2024
1 parent b603a2b commit 746fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
# Ruby 3.0 requires ActiveModel 6.0 or higher.
# activemodel 7.0.0 cannot be used due to Class#descendants issue
# See: https://github.com/rails/rails/pull/43951
s.add_dependency("activemodel", ['>=5.1', '<7.1', '!= 7.0.0'])
s.add_dependency("activemodel", ['>=5.1', '!= 7.0.0'])
s.add_dependency("mongo", ['>=2.10.5', '<3.0.0'])

# The ruby2_keywords gem is recommended for handling argument delegation issues,
Expand Down

0 comments on commit 746fe19

Please sign in to comment.