Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 42cb37c

Browse files
committed
Add rake to Gemfile
1 parent 5b306d8 commit 42cb37c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
2323
# Cross-templating language block fix for Ruby 1.8
2424
platforms :mri_18 do
2525
gem "ruby18_source_location"
26-
end
26+
end
27+
28+
gem "rake", "~> 10.1.0"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ DEPENDENCIES
125125
middleman-gh-pages
126126
middleman-livereload (~> 3.1.0)
127127
middleman-syntax
128+
rake (~> 10.1.0)
128129
redcarpet!
129130
ruby18_source_location
130131
wdm (~> 0.1.0)

0 commit comments

Comments
 (0)