We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e4759 commit 1bb3581Copy full SHA for 1bb3581
oauth2.gemspec
@@ -2,7 +2,7 @@
2
# frozen_string_literal: true
3
4
gem_version =
5
- if Gem::Version.new(RUBY_VERSION) >= "3.1"
+ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1")
6
# Loading version into an anonymous module allows version.rb to get code coverage from SimpleCov!
7
# See: https://github.com/simplecov-ruby/simplecov/issues/557#issuecomment-2630782358
8
Module.new.tap { |mod| Kernel.load("lib/oauth2/version.rb", mod) }::OAuth2::Version::VERSION
0 commit comments