Skip to content

Commit

Permalink
Merge pull request #4 from SonderMindOrg/dependabot/bundler/rake-tw-13.0
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
Anthony Super committed May 20, 2020
2 parents 2088ff2 + 8939bbb commit a8d0b56
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 @@ -54,7 +54,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rake (10.5.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -83,7 +83,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.0)
pry
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)
simplecov
sober_swag!
Expand Down
2 changes: 1 addition & 1 deletion sober_swag.gemspec
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
end

0 comments on commit a8d0b56

Please sign in to comment.