Skip to content

Commit 2904ba8

Browse files
Bump rake from 12.3.3 to 13.0.3
Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.0.3. - [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.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent db80e43 commit 2904ba8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "https://rubygems.org"
66
# Add dependencies to develop your gem here.
77
# Include everything needed to run rake, tests, features, etc.
88
group :development do
9-
gem 'rake', '< 13.0'
9+
gem 'rake', '< 14.0'
1010
gem "rspec", "< 4.0"
1111
gem "rdoc", "~> 6.0.4"
1212
gem "bundler", "~> 1.16.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
psych (3.0.2)
5656
rack (2.2.3)
5757
rainbow (3.0.0)
58-
rake (12.3.3)
58+
rake (13.0.3)
5959
rdoc (6.0.4)
6060
rexml (3.2.4)
6161
rspec (3.9.0)
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
bundle-audit
9494
bundler (~> 1.16.1)
9595
jeweler (~> 2.3.9)
96-
rake (< 13.0)
96+
rake (< 14.0)
9797
rdoc (~> 6.0.4)
9898
rspec (< 4.0)
9999
rubocop

0 commit comments

Comments
 (0)