Skip to content

Commit

Permalink
keep hack for ancient rubies/jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Jan 20, 2025
1 parent cb0ca4e commit 928d31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|

# NOTE: only require rbs/steep in supported ruby versions. In EOL ruby/jruby, just ignore.
# rubocop:disable Gemspec/RubyVersionGlobalsUsage
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1')
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1') && RUBY_ENGINE != 'jruby
spec.add_development_dependency "rbs", "~> 3.8.1"
spec.add_development_dependency "steep", "~> 1.9.3"
end
Expand Down

0 comments on commit 928d31c

Please sign in to comment.