Skip to content

Commit

Permalink
Update rake requirement from ~> 12.0 to ~> 13.0
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@v12.0.0...v13.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Sep 30, 2019
1 parent 240a7bf commit 2e32b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrate-field-belongs_to_search.gemspec
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'coveralls', '~> 0'
gem.add_development_dependency 'factory_girl', '~> 4.8'
gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rspec', '~> 3.4'
gem.add_development_dependency 'rubocop', '0.49.0'
gem.add_development_dependency 'simplecov', '~> 0'
Expand Down

0 comments on commit 2e32b72

Please sign in to comment.