Skip to content

Commit 1128354

Browse files
Update rake requirement from ~> 10.0 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@v10.5.0...v13.0.6) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d94170a commit 1128354

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
proc_extensions (0.2)
2727
sourcify (~> 0.5)
2828
raabro (1.4.0)
29-
rake (10.5.0)
29+
rake (13.0.6)
3030
rspec (3.10.0)
3131
rspec-core (~> 3.10.0)
3232
rspec-expectations (~> 3.10.0)
@@ -64,8 +64,6 @@ GEM
6464
sync
6565
tzinfo (2.0.6)
6666
concurrent-ruby (~> 1.0)
67-
tzinfo-data (1.2023.3)
68-
tzinfo (>= 1.0.0)
6967

7068
PLATFORMS
7169
ruby
@@ -74,11 +72,10 @@ PLATFORMS
7472

7573
DEPENDENCIES
7674
bundler (~> 2.0)
77-
rake (~> 10.0)
75+
rake (~> 13.0)
7876
rspec (~> 3.0)
7977
stackify-api-ruby!
8078
stackify-ruby-apm (~> 1.16.0.beta1)
81-
tzinfo-data
8279

8380
BUNDLED WITH
8481
2.4.10

stackify-api-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ['lib']
2121

2222
spec.add_development_dependency 'bundler', '~> 2.0'
23-
spec.add_development_dependency 'rake', '~> 10.0'
23+
spec.add_development_dependency 'rake', '~> 13.0'
2424
spec.add_development_dependency 'rspec', '~> 3.0'
2525

2626
if RUBY_PLATFORM =~ /mingw32|win32|x64/

0 commit comments

Comments
 (0)