Skip to content

Commit

Permalink
Update pry version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmetal committed Aug 3, 2023
1 parent 9072d1f commit f98ca24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ gem 'rubocop', '~> 1.0', require: false
gem 'rubocop-rspec'
gem 'net-smtp', require: false # hack for pre 7.0.1 rails and 3.1 ruby

gem 'pry-rails'
gem 'pry', '>= 0.14'
gem 'pry-rails', '~> 0.3.9'

gem 'factory_bot_rails'
gem 'rspec-rails'
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
builder (3.2.4)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.1.10)
crass (1.0.6)
date (3.3.3)
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
method_source (0.9.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.2)
Expand All @@ -150,10 +150,10 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -247,7 +247,8 @@ DEPENDENCIES
factory_bot_rails
net-smtp
overcommit
pry-rails
pry (>= 0.14)
pry-rails (~> 0.3.9)
rake (~> 13.0)
rspec-rails
rubocop (~> 1.0)
Expand Down

0 comments on commit f98ca24

Please sign in to comment.