Gemfile to make sure I've got the right gems
This commit is contained in:
parent
4b7993e57a
commit
75cd8455ce
3
Gemfile
Normal file
3
Gemfile
Normal file
@ -0,0 +1,3 @@
|
||||
source "http://rubygems.org"
|
||||
gem "jekyll"
|
||||
gem "rdiscount"
|
30
Gemfile.lock
Normal file
30
Gemfile.lock
Normal file
@ -0,0 +1,30 @@
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
albino (1.3.3)
|
||||
posix-spawn (>= 0.3.6)
|
||||
classifier (1.3.3)
|
||||
fast-stemmer (>= 1.0.0)
|
||||
directory_watcher (1.4.1)
|
||||
fast-stemmer (1.0.0)
|
||||
jekyll (0.11.2)
|
||||
albino (~> 1.3)
|
||||
classifier (~> 1.3)
|
||||
directory_watcher (~> 1.1)
|
||||
kramdown (~> 0.13)
|
||||
liquid (~> 2.3)
|
||||
maruku (~> 0.5)
|
||||
kramdown (0.13.4)
|
||||
liquid (2.3.0)
|
||||
maruku (0.6.0)
|
||||
syntax (>= 1.0.0)
|
||||
posix-spawn (0.3.6)
|
||||
rdiscount (1.6.8)
|
||||
syntax (1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll
|
||||
rdiscount
|
Loading…
x
Reference in New Issue
Block a user