Skip to content

Commit

Permalink
Update pry requirement from ~> 0.13.0 to >= 0.13, < 0.15
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](https://github.com/pry/pry/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 5, 2021
1 parent 1e83ae1 commit 1ddf4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry (>= 0.13, < 0.15)

GEM
remote: https://rubygems.org/
Expand All @@ -16,7 +16,7 @@ GEM
netrc
octokit (>= 2.2.0)
chef-utils (16.4.41)
coderay (1.1.2)
coderay (1.1.3)
docile (1.3.2)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
parser (2.7.2.0)
ast (~> 2.4.1)
path_expander (1.1.0)
pry (0.13.1)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.3)
Expand Down
2 changes: 1 addition & 1 deletion pry-byebug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.4.0"

gem.add_runtime_dependency "byebug", "~> 11.0"
gem.add_runtime_dependency "pry", "~> 0.13.0"
gem.add_runtime_dependency "pry", ">= 0.13", "< 0.15"
end

0 comments on commit 1ddf4ca

Please sign in to comment.