Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pry from 0.10.4 to 0.14.1 #87

Merged
merged 2 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'rubocop'

# debug
gem 'pry', '~> 0.10.1'
gem 'pry', '~> 0.14.1'

# deploy
gem 'mina', '~> 1.2.3' # for fast deployment
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ GEM
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.3.0)
coderay (1.1.1)
coderay (1.1.3)
concurrent-ruby (1.1.8)
daemons (1.3.1)
docile (1.3.5)
dotenv (2.7.6)
eventmachine (1.2.7)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
method_source (0.8.2)
method_source (1.0.0)
mina (1.2.3)
open4 (~> 1.3.4)
rake
Expand All @@ -32,10 +32,9 @@ GEM
ast (~> 2.2)
pg (1.2.3)
powerpack (0.1.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (2.2.2)
rake
rake (13.0.3)
Expand Down Expand Up @@ -71,7 +70,7 @@ DEPENDENCIES
mina (~> 1.2.3)
minitest
pg (~> 1.2.3)
pry (~> 0.10.1)
pry (~> 0.14.1)
rubocop
simplecov (= 0.21.2)
simpleidn (~> 0.0.6)
Expand Down