Skip to content

Commit

Permalink
Bump pry from 0.12.2 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [pry](https://github.com/pry/pry) from 0.12.2 to 0.14.0.
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pry/pry/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 11, 2021
1 parent cbd01b7 commit e99306d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development, :test do
gem 'binding_of_caller'
gem 'byebug'
gem 'listen'
gem 'pry', '0.12.2'
gem 'pry', '0.14.0'
gem 'pry-byebug'
gem 'pry-coolline'
gem 'pry-doc'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ GEM
memoist (0.16.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.9.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
Expand Down Expand Up @@ -371,9 +371,9 @@ GEM
parser
unparser
procto (0.0.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
Expand Down Expand Up @@ -680,7 +680,7 @@ DEPENDENCIES
money-rails
mysql2
paranoia
pry (= 0.12.2)
pry (= 0.14.0)
pry-byebug
pry-coolline
pry-doc
Expand Down

0 comments on commit e99306d

Please sign in to comment.