Skip to content

Commit

Permalink
Merge f884ba1 into ab77460
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 29, 2020
2 parents ab77460 + f884ba1 commit 34afbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rake (10.5.0)
rake (13.0.1)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
docile (~> 1.1)
Expand All @@ -56,7 +56,7 @@ DEPENDENCIES
minitest-focus (~> 1.1)
minitest-reporters (~> 1.4)
pry (~> 0.12.2)
rake (~> 10.0)
rake (~> 13.0)
simplecov

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion ginny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest-focus", "~> 1.1"
spec.add_development_dependency "minitest-reporters", "~> 1.4"
spec.add_development_dependency "pry", "~> 0.12.2"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "simplecov"

spec.add_runtime_dependency "coolkit", "~> 0.2.2"
Expand Down

0 comments on commit 34afbb8

Please sign in to comment.