Skip to content

Commit 74fe58a

Browse files
Bump rake from 12.0.0 to 13.0.1
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 fb599d3 commit 74fe58a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ 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
end

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ GEM
1717
minitest (5.11.3)
1818
multipart-post (2.1.1)
1919
public_suffix (3.1.1)
20-
rake (12.0.0)
20+
rake (13.0.1)
2121

2222
PLATFORMS
23+
ruby
2324
x64-mingw32
2425

2526
DEPENDENCIES
2627
groupdocs_conversion_cloud!
2728
minitest (~> 5.11, >= 5.11.3)
28-
rake (~> 12.0.0)
29+
rake (~> 13.0.1)
2930

3031
BUNDLED WITH
3132
1.16.6

0 commit comments

Comments
 (0)