Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

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.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2021
1 parent 29ca002 commit 25e6bcc
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 @@ -1015,7 +1015,7 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -1059,7 +1059,7 @@ DEPENDENCIES
guard
guard-minitest
minitest (~> 5.8)
rake (~> 10.0)
rake (~> 13.0)
rubocop (~> 0.34)
rubyzip (~> 1.1)
simplecov (~> 0.10)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-drain.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'

spec.add_dependency 'elasticsearch', '~> 7'
spec.add_dependency 'aws-sdk', '~> 3'
Expand Down

0 comments on commit 25e6bcc

Please sign in to comment.