Skip to content

Commit 2dc39b0

Browse files
Update rake requirement from ~> 11.0 to ~> 12.3
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](https://github.com/ruby/rake/commits/v12.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent fff373e commit 2dc39b0

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,5 +19,5 @@ Gem::Specification.new do |gem|
1919
gem.add_dependency('split', '>= 1.0.0')
2020

2121
gem.add_development_dependency('rspec', '~> 3.1')
22-
gem.add_development_dependency('rake', '~> 11.0')
22+
gem.add_development_dependency('rake', '~> 12.3')
2323
end

0 commit comments

Comments
 (0)