Skip to content

Commit 9d45d71

Browse files
Bump rake from 10.1.1 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 10.1.1 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@rake-10.1.1...v12.3.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c72e192 commit 9d45d71

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "http://production.cf.rubygems.org/"
22

3-
gem "rake", "~> 10.1.1"
3+
gem "rake", "~> 12.3.3"
44
gem 'jekyll', '3.1.6'
55

66
group :jekyll_plugins do

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
addressable (2.4.0)
55
colorator (0.1)
6+
ffi (1.13.1)
67
ffi (1.13.1-x64-mingw32)
78
jekyll (3.1.6)
89
colorator (~> 0.1)
@@ -28,7 +29,7 @@ GEM
2829
rb-fsevent (~> 0.10, >= 0.10.3)
2930
rb-inotify (~> 0.9, >= 0.9.10)
3031
mercenary (0.3.6)
31-
rake (10.1.1)
32+
rake (12.3.3)
3233
rb-fsevent (0.10.4)
3334
rb-inotify (0.10.1)
3435
ffi (~> 1.0)
@@ -41,14 +42,15 @@ GEM
4142
rb-inotify (~> 0.9, >= 0.9.7)
4243

4344
PLATFORMS
45+
ruby
4446
x64-mingw32
4547

4648
DEPENDENCIES
4749
jekyll (= 3.1.6)
4850
jekyll-paginate
4951
jekyll-seo-tag
5052
jekyll-sitemap
51-
rake (~> 10.1.1)
53+
rake (~> 12.3.3)
5254

5355
BUNDLED WITH
5456
2.1.4

0 commit comments

Comments
 (0)