Skip to content

Commit 86f04e1

Browse files
Bump rake from 12.3.2 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 12.3.2 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@v12.3.2...v12.3.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1f7a3a commit 86f04e1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source "https://rubygems.org"
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
1111
gem "jekyll", "~> 3.8.5"
12-
gem "rake", "~> 12.3.2"
12+
gem "rake", "~> 12.3.3"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
gem "minima", "~> 2.0"

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
pathutil (0.16.2)
5555
forwardable-extended (~> 2.6)
5656
public_suffix (3.0.3)
57-
rake (12.3.2)
57+
rake (12.3.3)
5858
rb-fsevent (0.10.3)
5959
rb-inotify (0.10.0)
6060
ffi (~> 1.0)
@@ -70,7 +70,6 @@ GEM
7070
concurrent-ruby (~> 1.0)
7171
tzinfo-data (1.2019.3)
7272
tzinfo (>= 1.0.0)
73-
wdm (0.1.1)
7473

7574
PLATFORMS
7675
ruby
@@ -82,9 +81,8 @@ DEPENDENCIES
8281
jekyll-paginate
8382
jekyll-sitemap
8483
minima (~> 2.0)
85-
rake (~> 12.3.2)
84+
rake (~> 12.3.3)
8685
tzinfo-data
87-
wdm (~> 0.1.0)
8886

8987
BUNDLED WITH
9088
2.0.2

0 commit comments

Comments
 (0)