Skip to content

Commit

Permalink
RUBY-3554 Update required_ruby_version
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Nov 21, 2024
1 parent 6709482 commit 101a040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions gemfiles/standard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ def standard_dependencies
gem 'yajl-ruby', platforms: :mri, require: false
gem 'celluloid', platforms: :mri, require: false

# for static analysis -- ignore ruby < 2.6 because of rubocop
# version incompatibilities
if RUBY_VERSION > '2.5.99'
gem 'rubocop', '~> 1.45.1'
gem 'rubocop-performance', '~> 1.16.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.18.1'
end
gem 'rubocop', '~> 1.45.1'
gem 'rubocop-performance', '~> 1.16.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.18.1'

platform :mri do
# Debugger for VSCode.
Expand Down
2 changes: 1 addition & 1 deletion mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.bindir = 'bin'

s.required_ruby_version = ">= 2.5"
s.required_ruby_version = ">= 2.7"

s.add_dependency 'base64'
s.add_dependency 'bson', '>=4.14.1', '<6.0.0'
Expand Down

0 comments on commit 101a040

Please sign in to comment.