summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-11-18 17:14:10 -0300
committericebaker <icebaker@proton.me>2023-11-18 17:16:26 -0300
commitab22d1bbe37093912cb7418b3c945153a15f4255 (patch)
tree08f0f43698cbabd5ba8eea15e34d563069672959 /Gemfile
parente1ab6853262b83f483060961f17bf895989a19c0 (diff)
upgrading gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5691eef..a75dc1c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,8 @@ source 'https://rubygems.org'
gemspec
group :test, :development do
+ gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
gem 'rspec', '~> 3.12'
- gem 'rubocop', '~> 1.47'
- gem 'rubocop-rspec', '~> 2.22'
+ gem 'rubocop', '~> 1.57', '>= 1.57.2'
+ gem 'rubocop-rspec', '~> 2.25'
end