Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update pry requirement from ~> 0.11.0 to ~> 0.12.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](https://github.com/pry/pry/commits/v0.12.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Nov 14, 2018
1 parent 2b6e860 commit 83910d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso8601.gemspec
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.0.0'
s.add_development_dependency 'rspec', '~> 3.6'
s.add_development_dependency 'rubocop', '~> 0.50'
s.add_development_dependency 'pry', '~> 0.11.0'
s.add_development_dependency 'pry', '~> 0.12.2'
s.add_development_dependency 'pry-doc', '~> 0.13.4'
end

0 comments on commit 83910d5

Please sign in to comment.