diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ gemspec group :test, :development do gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'rspec', '~> 3.12' - gem 'rubocop', '~> 1.57', '>= 1.57.2' + gem 'rubocop', '~> 1.58' gem 'rubocop-rspec', '~> 2.25' end |