Skip to content

Commit

Permalink
Merge pull request #1 from johanneswuerbach/dependabot/bundler/rake-t…
Browse files Browse the repository at this point in the history
…w-13.0

Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
johanneswuerbach committed Mar 1, 2020
2 parents 93ffcee + 3fd4d1e commit 02bd2f5
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 @@ -33,7 +33,7 @@ GEM
ast (~> 2.4.0)
psych (3.1.0)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -72,7 +72,7 @@ DEPENDENCIES
aws-sdk-dynamodb (~> 1.31)
bundler (~> 2.0)
dynamodb-stream-enumerator!
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)
simplecov (~> 0.16.1)
standard (~> 0.0.40)
Expand Down
2 changes: 1 addition & 1 deletion dynamodb-stream-enumerator.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "aws-sdk-dynamodbstreams", "~> 1.13"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "aws-sdk-dynamodb", "~> 1.31"
spec.add_development_dependency "standard", "~> 0.0.40"
Expand Down

0 comments on commit 02bd2f5

Please sign in to comment.