Skip to content

Commit

Permalink
Update pry requirement from = 0.14.0 to = 0.14.1 (#2298)
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.14.0...v0.14.1)

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 Apr 14, 2021
1 parent b33a4e4 commit ad90d4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -20,7 +20,7 @@ GEM
parser (3.0.0.0)
ast (~> 2.4.1)
power_assert (2.0.0)
pry (0.14.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
Expand Down Expand Up @@ -56,7 +56,7 @@ PLATFORMS
DEPENDENCIES
faker!
minitest (= 5.14.4)
pry (= 0.14.0)
pry (= 0.14.1)
rake (= 13.0.3)
rubocop (= 1.12.1)
simplecov (= 0.17.1, < 0.18)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
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.4')
spec.add_development_dependency('pry', '0.14.0')
spec.add_development_dependency('pry', '0.14.1')
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.12.1')
# Workaround for cc-test-reporter with SimpleCov 0.18.
Expand Down

0 comments on commit ad90d4c

Please sign in to comment.