Skip to content

Commit 4e959be

Browse files
Bump rake from 12.3.3 to 13.1.0
Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.1.0. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v12.3.3...v13.1.0) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92bfe38 commit 4e959be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in rbs_protobuf.gemspec
44
gemspec
55

6-
gem "rake", "~> 12.0"
6+
gem "rake", "~> 13.1"
77
gem "minitest", "~> 5.21"
88
gem "steep", require: false
99
gem "rbs", "~> 3.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
thread_safe
5151
racc (1.7.3)
5252
rainbow (3.1.1)
53-
rake (12.3.3)
53+
rake (13.1.0)
5454
rb-fsevent (0.11.2)
5555
rb-inotify (0.10.1)
5656
ffi (~> 1.0)
@@ -88,7 +88,7 @@ PLATFORMS
8888
DEPENDENCIES
8989
minitest (~> 5.21)
9090
protobuf (~> 3.10)
91-
rake (~> 12.0)
91+
rake (~> 13.1)
9292
rbs (~> 3.1)
9393
rbs_protobuf!
9494
steep

0 commit comments

Comments
 (0)