Skip to content

Commit

Permalink
Update pry requirement from = 0.12.2 to = 0.13.0 (#1951)
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.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 25, 2020
1 parent 7966190 commit 9045f3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ GEM
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.0)
method_source (0.9.2)
method_source (1.0.0)
minitest (5.14.0)
parallel (1.19.1)
parser (2.7.0.3)
ast (~> 2.4.0)
power_assert (1.1.5)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
rake (13.0.1)
rexml (3.2.4)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS
DEPENDENCIES
faker!
minitest (= 5.14.0)
pry (= 0.12.2)
pry (= 0.13.0)
rake (= 13.0.1)
rubocop (= 0.80.1)
simplecov (= 0.17.1)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('i18n', '>= 1.6', '< 2')

spec.add_development_dependency('minitest', '5.14.0')
spec.add_development_dependency('pry', '0.12.2')
spec.add_development_dependency('pry', '0.13.0')
spec.add_development_dependency('rake', '13.0.1')
spec.add_development_dependency('rubocop', '0.80.1')
spec.add_development_dependency('simplecov', '0.17.1')
Expand Down

0 comments on commit 9045f3f

Please sign in to comment.