1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00
blog/Gemfile.lock

60 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-11-30 04:03:48 +01:00
GEM
remote: https://rubygems.org/
specs:
2013-12-09 23:46:10 +01:00
blankslate (2.1.2.4)
2014-03-07 19:15:55 +01:00
classifier (1.3.4)
2013-11-30 04:03:48 +01:00
fast-stemmer (>= 1.0.0)
colorator (0.1)
2014-03-07 19:15:55 +01:00
commander (4.1.6)
2013-11-30 04:03:48 +01:00
highline (~> 1.6.11)
fast-stemmer (1.0.2)
ffi (1.9.3)
2013-11-30 17:13:19 +01:00
fileutils (0.7)
rmagick (>= 2.13.1)
2014-03-07 19:15:55 +01:00
highline (1.6.21)
2014-04-05 16:57:52 +02:00
jekyll (1.5.1)
2013-11-30 04:03:48 +01:00
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
2014-03-07 19:15:55 +01:00
liquid (~> 2.5.5)
2013-11-30 04:03:48 +01:00
listen (~> 1.3)
2014-04-05 16:57:52 +02:00
maruku (= 0.7.0)
2013-11-30 04:03:48 +01:00
pygments.rb (~> 0.5.0)
redcarpet (~> 2.3.0)
2014-04-05 16:57:52 +02:00
safe_yaml (~> 1.0)
2013-12-09 23:46:10 +01:00
toml (~> 0.1.0)
2014-03-07 19:15:55 +01:00
liquid (2.5.5)
2013-11-30 04:03:48 +01:00
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
2014-04-05 16:57:52 +02:00
maruku (0.7.0)
2013-12-09 23:46:10 +01:00
mini_magick (3.7.0)
2013-11-30 04:03:48 +01:00
subexec (~> 0.2.1)
2013-12-09 23:46:10 +01:00
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
2013-11-30 04:03:48 +01:00
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
2014-03-07 19:15:55 +01:00
rb-fsevent (0.9.4)
2013-12-15 14:15:17 +01:00
rb-inotify (0.9.3)
2013-11-30 04:03:48 +01:00
ffi (>= 0.5.0)
2014-03-07 19:15:55 +01:00
rb-kqueue (0.2.2)
2013-11-30 04:03:48 +01:00
ffi (>= 0.5.0)
redcarpet (2.3.0)
2013-11-30 17:13:19 +01:00
rmagick (2.13.2)
2014-04-05 16:57:52 +02:00
safe_yaml (1.0.2)
2013-11-30 04:03:48 +01:00
subexec (0.2.3)
2014-03-07 19:15:55 +01:00
toml (0.1.1)
2013-12-09 23:46:10 +01:00
parslet (~> 1.5.0)
2013-11-30 04:03:48 +01:00
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
2013-12-09 23:46:10 +01:00
fileutils (>= 0.7)
jekyll (>= 1.4.0)
mini_magick (>= 3.6.0)