Skip to content

Commit

Permalink
Merge pull request #2 from Auddia/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
pcrwebdesign committed Mar 15, 2021
2 parents 8328e31 + aca146e commit 462e2cd
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 @@ -73,7 +73,7 @@ GEM
multipart-post (2.1.1)
os (1.1.1)
public_suffix (4.0.6)
rake (10.5.0)
rake (13.0.3)
rly (0.2.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ DEPENDENCIES
bundler (~> 1.16)
byebug
pubsub_tie!
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion pubsub_tie.gemspec
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'google-cloud-pubsub', '~> 1.6'
spec.add_dependency "activesupport"

spec.add_development_dependency "rake", '~> 10.0'
spec.add_development_dependency "rake", '~> 13.0'
spec.add_development_dependency "bundler", '~> 1.16'
spec.add_development_dependency "rspec", '~> 3.0'
end

0 comments on commit 462e2cd

Please sign in to comment.