File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,10 @@ def standard_dependencies
28
28
gem 'yajl-ruby' , platforms : :mri , require : false
29
29
gem 'celluloid' , platforms : :mri , require : false
30
30
31
- # for static analysis -- ignore ruby < 2.6 because of rubocop
32
- # version incompatibilities
33
- if RUBY_VERSION > '2.5.99'
34
- gem 'rubocop' , '~> 1.45.1'
35
- gem 'rubocop-performance' , '~> 1.16.0'
36
- gem 'rubocop-rake' , '~> 0.6.0'
37
- gem 'rubocop-rspec' , '~> 2.18.1'
38
- end
31
+ gem 'rubocop' , '~> 1.45.1'
32
+ gem 'rubocop-performance' , '~> 1.16.0'
33
+ gem 'rubocop-rake' , '~> 0.6.0'
34
+ gem 'rubocop-rspec' , '~> 2.18.1'
39
35
40
36
platform :mri do
41
37
# Debugger for VSCode.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
s . require_paths = [ 'lib' ]
37
37
s . bindir = 'bin'
38
38
39
- s . required_ruby_version = ">= 2.5 "
39
+ s . required_ruby_version = ">= 2.7 "
40
40
41
41
s . add_dependency 'base64'
42
42
s . add_dependency 'bson' , '>=4.14.1' , '<6.0.0'
You can’t perform that action at this time.
0 commit comments