Skip to content

Commit

Permalink
Update pry requirement from ~> 0.12.0 to ~> 0.14.2
Browse files Browse the repository at this point in the history
Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version.
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.12.2...v0.14.2)

---
updated-dependencies:
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 29eab9b commit cc9fd04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
coderay (1.1.2)
coderay (1.1.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
Expand All @@ -20,15 +20,15 @@ GEM
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
jaro_winkler (1.5.6)
method_source (0.9.2)
method_source (1.1.0)
mini_mime (1.1.2)
multi_xml (0.6.0)
parallel (1.17.0)
parser (2.6.4.1)
ast (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
rake (12.3.3)
Expand Down Expand Up @@ -72,7 +72,7 @@ DEPENDENCIES
bundler (~> 2.0)
dotenv (~> 2.7)
opsgenie-schedule!
pry (~> 0.12.0)
pry (~> 0.14.2)
rake (~> 12.3.3)
rspec (~> 3.0)
standard (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion opsgenie-schedule.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "pry", "~> 0.12.0"
spec.add_development_dependency "pry", "~> 0.14.2"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "standard", "~> 0.1"
Expand Down

0 comments on commit cc9fd04

Please sign in to comment.