Skip to content

Commit

Permalink
don't limit rubocop version
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake authored Nov 15, 2021
1 parent e4a198c commit 7f89df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :test do
gem "pry-nav"
gem "rack"
gem "rspec"
gem "rubocop", "< 0.68"
gem "rubocop"
gem "rubocop-github"
gem "rubocop-performance"
gem "term-ansicolor"
Expand Down

0 comments on commit 7f89df2

Please sign in to comment.