Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e06ec51

Browse files
authoredDec 1, 2020
Update rake requirement from ~> 10.0 to ~> 13.0
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] <[email protected]>
1 parent 686476d commit e06ec51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
minitest (5.14.2)
10-
rake (10.5.0)
10+
rake (13.0.1)
1111

1212
PLATFORMS
1313
ruby
1414

1515
DEPENDENCIES
1616
aws_lambda_ric!
17-
bundler (>= 1.17)
17+
bundler (>= 2.0)
1818
minitest (~> 5.0)
19-
rake (~> 10.0)
19+
rake (~> 13.0)
2020

2121
BUNDLED WITH
2222
2.2.0.rc.2

‎aws_lambda_ric.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
3333

3434
spec.add_development_dependency 'bundler', '>= 2.0'
3535
spec.add_development_dependency 'minitest', '~> 5.0'
36-
spec.add_development_dependency 'rake', '~> 10.0'
36+
spec.add_development_dependency 'rake', '~> 13.0'
3737
end

0 commit comments

Comments
 (0)
Please sign in to comment.