Skip to content

Commit

Permalink
ci: fix rubocop ruby version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kucaahbe committed Nov 26, 2022
1 parent 47150aa commit c1b555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-html-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ DESC
s.add_development_dependency 'simplecov', '~> 0'
s.add_development_dependency 'rake', '~> 10'
s.add_development_dependency 'yard'
s.add_development_dependency 'rubocop', '~> 1.39' if ruby_version >= Gem::Version.new('2.3')
s.add_development_dependency 'rubocop', '~> 1.39' if ruby_version >= Gem::Version.new('2.6')
s.add_development_dependency 'ruby-debug' if RUBY_PLATFORM == 'java'
end

0 comments on commit c1b555e

Please sign in to comment.