summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-02 17:50:45 -0300
committericebaker <icebaker@proton.me>2023-12-02 17:50:45 -0300
commita36f0480eb0f6f9fd488bc0e58b0f10a9d8b7da9 (patch)
tree3ad607fbb503b44ff588e085c40f92211dde0d78 /Gemfile
parentdfbf1b501be2d547f70a9ec9bbaff7e0d2705151 (diff)
bump to 1.0.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a75dc1c..a47c817 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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