We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3a967 commit a430c9cCopy full SHA for a430c9c
1 file changed
checkend-ruby.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
30
# Ruby stdlib gems being extracted in Ruby 3.4+/3.5+
31
# Only add as dependencies for Ruby versions where they're no longer bundled
32
- if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4')
+ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4') # rubocop:disable Gemspec/RubyVersionGlobalsUsage
33
spec.add_dependency 'json'
34
spec.add_dependency 'logger'
35
spec.add_dependency 'uri'
0 commit comments