Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 to ~> 13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.5.0...v13.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2020
1 parent e5fb86b commit a5661a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
pubsub_tie (0.0.1)
google-cloud-pubsub (>= 1.6.0)
google-cloud-pubsub (~> 1.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
multipart-post (2.1.1)
os (1.1.0)
public_suffix (4.0.5)
rake (10.5.0)
rake (13.0.1)
rly (0.2.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand Down Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES
byebug
google-cloud-pubsub (>= 1.6.0)
pubsub_tie!
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion pubsub_tie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'google-cloud-pubsub', '~> 1.6'

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 a5661a6

Please sign in to comment.