Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 to ~> 13.0 (#2)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2020
1 parent 0190e68 commit 27e877f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (10.5.0)
rake (13.0.1)
regexp_parser (1.7.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand Down Expand Up @@ -111,7 +111,7 @@ DEPENDENCIES
capybara (~> 3.0, >= 3.0.0)
omniauth-icalia!
pry (~> 0.12.2)
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)
sinatra (~> 2.0, >= 2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion omniauth-icalia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'capybara', '~> 3.0', '>= 3.0.0'
spec.add_development_dependency 'sinatra', '~> 2.0', '>= 2.0.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
end

0 comments on commit 27e877f

Please sign in to comment.