Skip to content

Commit 7f89df2

Browse files
authored
don't limit rubocop version
1 parent e4a198c commit 7f89df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group :test do
99
gem "pry-nav"
1010
gem "rack"
1111
gem "rspec"
12-
gem "rubocop", "< 0.68"
12+
gem "rubocop"
1313
gem "rubocop-github"
1414
gem "rubocop-performance"
1515
gem "term-ansicolor"

0 commit comments

Comments
 (0)