Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit e3d7a4f

Browse files
Bump pry from 0.13.1 to 0.14.0
Bumps [pry](https://github.com/pry/pry) from 0.13.1 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] <[email protected]>
1 parent bea47f1 commit e3d7a4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ group :development, :test do
4646
gem 'guard-cucumber', '~> 3.0'
4747
gem 'guard-bundler', '~> 2.2'
4848
gem 'webmock', '~> 3.11', require: false
49-
gem 'pry', '~> 0.13'
49+
gem 'pry', '~> 0.14'
5050
gem 'timecop', '~> 0.9'
5151
gem 'factory_bot_rails', '~> 5.2'
5252
gem 'faker', '~> 2.2'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
cliver (0.3.2)
117117
cloudflare (2.1.0)
118118
json (~> 1)
119-
coderay (1.1.2)
119+
coderay (1.1.3)
120120
coffee-rails (4.2.2)
121121
coffee-script (>= 2.2.0)
122122
railties (>= 4.0.0)
@@ -530,7 +530,7 @@ GEM
530530
cliver (~> 0.3.1)
531531
multi_json (~> 1.0)
532532
websocket-driver (>= 0.2.0)
533-
pry (0.13.1)
533+
pry (0.14.0)
534534
coderay (~> 1.1)
535535
method_source (~> 1.0)
536536
puma (5.2.0)
@@ -826,7 +826,7 @@ DEPENDENCIES
826826
mongoid-grid_fs (~> 2.4)
827827
nokogiri (~> 1.10)
828828
poltergeist (~> 1.6)
829-
pry (~> 0.13)
829+
pry (~> 0.14)
830830
puma (~> 5.2)
831831
pusher (~> 1.4)
832832
rack-cors (~> 1.0)

0 commit comments

Comments
 (0)