Skip to content

Commit 1bb3581

Browse files
committed
👷 try to fix dependabot
1 parent 71e4759 commit 1bb3581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
gem_version =
5-
if Gem::Version.new(RUBY_VERSION) >= "3.1"
5+
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1")
66
# Loading version into an anonymous module allows version.rb to get code coverage from SimpleCov!
77
# See: https://github.com/simplecov-ruby/simplecov/issues/557#issuecomment-2630782358
88
Module.new.tap { |mod| Kernel.load("lib/oauth2/version.rb", mod) }::OAuth2::Version::VERSION

0 commit comments

Comments
 (0)