Skip to content

Commit

Permalink
Merge pull request #7 from moraki-finance/dependabot/bundler/pry-resc…
Browse files Browse the repository at this point in the history
…ue-1.6.0

Bump pry-rescue from 1.5.2 to 1.6.0
  • Loading branch information
mochetts committed Mar 2, 2024
2 parents 933cdd2 + 44b281f commit cfdbfaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ group :development, :test do
gem "byebug", "~> 11.1"
gem "pry", "~> 0.14.2"
gem "pry-byebug", "~> 3.10"
gem "pry-rescue", "~> 1.5"
gem "pry-rescue", "~> 1.6"
gem "pry-stack_explorer", "~> 0.6.1"
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -67,7 +67,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry-rescue (1.5.2)
pry-rescue (1.6.0)
interception (>= 0.5)
pry (>= 0.12.0)
pry-stack_explorer (0.6.1)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
dotenv (~> 2.8.1)
pry (~> 0.14.2)
pry-byebug (~> 3.10)
pry-rescue (~> 1.5)
pry-rescue (~> 1.6)
pry-stack_explorer (~> 0.6.1)
rake (~> 13.1)
rspec (~> 3.12)
Expand Down

0 comments on commit cfdbfaf

Please sign in to comment.