Skip to content

Commit

Permalink
Merge pull request #23 from pusher/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
Jon Elverkilde committed Mar 18, 2021
2 parents 04344aa + d7cc849 commit cbc3446
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 @@ -50,7 +50,7 @@ GEM
pry (~> 0.13.0)
public_suffix (4.0.6)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.3)
rb-readline (0.5.5)
regexp_parser (2.1.1)
rest-client (2.1.0)
Expand Down Expand Up @@ -115,7 +115,7 @@ DEPENDENCIES
dotenv (~> 2.2, >= 2.2.1)
pry-byebug (~> 3.6, >= 3.6.0)
pusher-push-notifications!
rake (~> 10.0)
rake (~> 13.0)
rb-readline (~> 0)
rspec (~> 3.0)
rubocop (>= 0.49.0)
Expand Down
2 changes: 1 addition & 1 deletion pusher-push-notifications.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'coveralls', '~> 0.8.21'
spec.add_development_dependency 'dotenv', '~> 2.2', '>= 2.2.1'
spec.add_development_dependency 'pry-byebug', '~> 3.6', '>= 3.6.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rb-readline', '~> 0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '>= 0.49.0'
Expand Down

0 comments on commit cbc3446

Please sign in to comment.