Skip to content

Commit

Permalink
Simplify version requirement in bin/rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored Oct 14, 2024
1 parent 7c3dcd0 commit e648284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rubocop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'bundler/inline'
gemfile do
source 'https://rubygems.org'

gem 'rubocop', '= 1.66.1'
gem 'rubocop', '1.66.1'
end

exec(Gem.bin_path('rubocop', 'rubocop'), *ARGV)

0 comments on commit e648284

Please sign in to comment.