Skip to content

Commit

Permalink
appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Nov 15, 2022
1 parent 287b109 commit 53a8e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov-lcov", "~> 0.8.0"

# NOTE: only require rbs/steep in supported ruby versions. In EOL ruby, just ignore.
# rubocop:todo Gemspec/RubyVersionGlobalsUsage
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.6')
spec.add_development_dependency "rbs", "~> 2.7"
spec.add_development_dependency "steep", "~> 1.2"
end
# rubocop:enable Gemspec/RubyVersionGlobalsUsage
end

0 comments on commit 53a8e9f

Please sign in to comment.