Skip to content

Commit

Permalink
chore(package): update pry to version 0.15.0 (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Dec 20, 2024
1 parent b972579 commit 097d14b
Show file tree
Hide file tree
Showing 5 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 @@ -25,6 +25,6 @@ gem "simplecov", require: false, group: :test

gem "timecop", "~> 0.9.2"

gem "pry", "~> 0.14.0"
gem "pry", "~> 0.15.0"

gem "pry-rails", "~> 0.3.9"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.11)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
heya!
minitest-ci
pg
pry (~> 0.14.0)
pry (~> 0.15.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.43.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.14.0"
gem "pry", "~> 0.15.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.0.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.14.0"
gem "pry", "~> 0.15.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.1.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.14.0"
gem "pry", "~> 0.15.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.2.0"

Expand Down

0 comments on commit 097d14b

Please sign in to comment.