Skip to content

Commit

Permalink
chore: update rake version
Browse files Browse the repository at this point in the history
  • Loading branch information
walkersumida committed Nov 21, 2020
1 parent f983535 commit 632145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamodb-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency('activesupport', '>= 5')

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rubocop-airbnb'
Expand Down

0 comments on commit 632145c

Please sign in to comment.