diff options
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 12 |
2 files changed, 10 insertions, 6 deletions
@@ -1,6 +1,6 @@ source "http://rubygems.org" -group :development do +group :development do gem 'rake' gem 'rack' gem 'jekyll' @@ -14,4 +14,4 @@ group :development do gem 'stringex' end -gem 'sinatra', '1.2.6'
\ No newline at end of file +gem 'sinatra', '1.2.6' diff --git a/Gemfile.lock b/Gemfile.lock index e64b2114..74bca9cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: http://rubygems.org/ specs: - RedCloth (4.2.7) + RedCloth (4.2.8) albino (1.3.3) posix-spawn (>= 0.3.6) blankslate (2.1.2.4) - chunky_png (1.2.0) + chunky_png (1.2.1) classifier (1.3.3) fast-stemmer (>= 1.0.0) compass (0.11.5) @@ -29,20 +29,24 @@ GEM maruku (0.6.0) syntax (>= 1.0.0) posix-spawn (0.3.6) - pygments.rb (0.1.2) + pygments.rb (0.1.3) rubypython (>= 0.5.1) rack (1.3.2) rake (0.9.2) - rb-fsevent (0.4.1) + rb-fsevent (0.4.3.1) rdiscount (1.6.8) rubypants (0.2.0) rubypython (0.5.1) blankslate (>= 2.1.2.3) ffi (~> 1.0.7) +<<<<<<< HEAD + sass (3.1.7) +======= sass (3.1.5) sinatra (1.2.6) rack (~> 1.1) tilt (>= 1.2.2, < 2.0) +>>>>>>> 423e8ecbda0394d4c77e2ea659768a8f30c35018 stringex (1.3.0) syntax (1.0.0) tilt (1.3.2) |