Skip to content

Commit 6c60ccb

Browse files
Bump rake from 12.0.0 to 13.0.1 in /ruby
Bumps [rake](https://github.com/ruby/rake) from 12.0.0 to 13.0.1. - [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.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcff350 commit 6c60ccb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gemspec
44

55
group :development, :test do
6-
gem 'rake', '~> 12.0.0'
6+
gem 'rake', '~> 13.0.1'
77
gem 'pry-byebug'
88
gem 'rubocop', '~> 0.66.0'
99
end

ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GEM
2929
pry (~> 0.10)
3030
psych (3.1.0)
3131
rainbow (3.0.0)
32-
rake (12.0.0)
32+
rake (13.0.1)
3333
rspec (3.8.0)
3434
rspec-core (~> 3.8.0)
3535
rspec-expectations (~> 3.8.0)
@@ -62,7 +62,7 @@ PLATFORMS
6262
DEPENDENCIES
6363
openapi_client!
6464
pry-byebug
65-
rake (~> 12.0.0)
65+
rake (~> 13.0.1)
6666
rspec (~> 3.6, >= 3.6.0)
6767
rubocop (~> 0.66.0)
6868

0 commit comments

Comments
 (0)