Skip to content

Commit d094ad4

Browse files
Update rake requirement from ~> 12.3 to ~> 13.0
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.3.0...v13.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 06191c0 commit d094ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

split-analytics.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Gem::Specification.new do |gem|
1919
gem.add_dependency('split', '>= 3.0.0')
2020

2121
gem.add_development_dependency('rspec', '~> 3.1')
22-
gem.add_development_dependency('rake', '~> 12.3')
22+
gem.add_development_dependency('rake', '~> 13.0')
2323
gem.add_development_dependency('fakeredis', '~> 0.7')
2424
end

0 commit comments

Comments
 (0)