We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57cfcfc + f2bc90b commit 33fdf12Copy full SHA for 33fdf12
2 files changed
Gemfile
@@ -7,7 +7,7 @@ gem 'mime-types', '~> 1.16'
7
gem 'nanoc', '~> 3.7.3'
8
gem 'nokogiri'
9
gem 'pygments.rb'
10
-gem 'rake', '~> 0.9.2'
+gem 'rake', '~> 12.3.3'
11
gem 'yajl-ruby'
12
13
group :development do
Gemfile.lock
@@ -18,7 +18,7 @@ GEM
18
pygments.rb (1.2.1)
19
multi_json (>= 1.0.0)
20
rack (2.0.8)
21
- rake (0.9.6)
+ rake (12.3.3)
22
yajl-ruby (1.4.1)
23
24
PLATFORMS
@@ -34,7 +34,7 @@ DEPENDENCIES
34
nanoc (~> 3.7.3)
35
nokogiri
36
pygments.rb
37
- rake (~> 0.9.2)
+ rake (~> 12.3.3)
38
yajl-ruby
39
40
BUNDLED WITH
0 commit comments