Skip to content

Commit 76b3ca8

Browse files
committed
remove lock
1 parent 73a77c8 commit 76b3ca8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ gemspec
88
gem 'rake', '~> 13'
99
gem 'rspec', '~> 3'
1010
gem 'rubocop', '~> 1'
11-
gem 'rubocop-performance'
12-
gem 'rubocop-rails'
13-
gem 'rubocop-rspec'
11+
gem 'rubocop-performance', '~> 1.26'
12+
gem 'rubocop-rspec', '~> 3.7'

0 commit comments

Comments
 (0)