Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pry requirement from = 0.14.0 to = 0.14.1 #2298

Merged
merged 1 commit into from Apr 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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