Skip to content

Commit

Permalink
Merge pull request #3 from aastronautss/dependabot/bundler/rake-13.0.3
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
aastronautss committed Mar 17, 2021
2 parents a433212 + 23114d2 commit b8b354f
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 @@ -29,7 +29,7 @@ GEM
rack-protection (2.0.5)
rack
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.3)
redis (4.1.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
Expand Down Expand Up @@ -73,7 +73,7 @@ DEPENDENCIES
bundler (>= 1.17)
emittance-sidekiq!
pry
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop
simplecov
Expand Down
2 changes: 1 addition & 1 deletion emittance-sidekiq.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '>= 1.17'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'simplecov'
Expand Down

0 comments on commit b8b354f

Please sign in to comment.