Skip to content

Commit

Permalink
Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 21, 2024
1 parent f5b693a commit 552a89c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ Gem::Specification.new do |s|
s.add_dependency('mongo', ['>=2.18.0', '<3.0.0'])
s.add_dependency('concurrent-ruby', ['>= 1.0.5', '< 2.0'])

# The ruby2_keywords gem normalizes Ruby 2.7's arg delegation.
# It can be removed when Ruby 2.7 is removed.
# See: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/#delegation
s.add_dependency('ruby2_keywords', '~> 0.0.5')

s.add_development_dependency('bson', ['>= 4.14.0', '< 5.0.0'])
s.add_development_dependency('bson', ['>= 4.14.0', '< 6.0.0'])

s.files = Dir.glob('lib/**/*') + %w[LICENSE README.md Rakefile]
s.require_path = 'lib'
Expand Down

0 comments on commit 552a89c

Please sign in to comment.