diff --git a/Gemfile.lock b/Gemfile.lock index 80e36c8..aa341da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.9) rack (2.0.7) - rake (0.9.6) + rake (13.0.1) PLATFORMS ruby @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.5) omniauth-dlive! - rake (~> 0) + rake (~> 13) BUNDLED WITH 1.17.1 diff --git a/omniauth-dlive.gemspec b/omniauth-dlive.gemspec index 68f4eaa..48eef20 100644 --- a/omniauth-dlive.gemspec +++ b/omniauth-dlive.gemspec @@ -20,5 +20,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6' spec.add_development_dependency 'bundler', '~> 1.5' - spec.add_development_dependency 'rake', '~> 0' + spec.add_development_dependency 'rake', '~> 13' end