Skip to content

Commit

Permalink
Update to Rake 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Apr 9, 2020
1 parent 2d8f963 commit 7eedfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-sinatra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency 'redis-store', '>= 1.1', '< 2'
s.add_dependency 'sinatra', '>= 1', '< 3'

s.add_development_dependency 'rake', '~> 10'
s.add_development_dependency 'rake', '>= 12.3.3'
s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'mocha', '~> 0.14.0'
s.add_development_dependency 'minitest', '~> 5'
Expand Down

0 comments on commit 7eedfb4

Please sign in to comment.