aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Gemfile8
-rw-r--r--Gemfile.lock24
2 files changed, 16 insertions, 16 deletions
diff --git a/Gemfile b/Gemfile
index dc2b5cc6..9c178727 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,14 +1,14 @@
-source "http://rubygems.org"
+source "https://rubygems.org"
group :development do
gem 'rake', '~> 0.9'
- gem 'rack', '~> 1.4.1'
gem 'jekyll', '~> 0.12'
- gem 'rdiscount', '~> 1.6.8'
+ gem 'rdiscount', '~> 2.0.7'
gem 'pygments.rb', '~> 0.3.4'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7'
gem 'compass', '~> 0.12.2'
+ gem 'sass', '~> 3.2'
gem 'sass-globbing', '~> 1.0.0'
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
@@ -16,4 +16,4 @@ group :development do
gem 'liquid', '~> 2.3.0'
end
-gem 'sinatra', '~> 1.3.5'
+gem 'sinatra', '~> 1.4.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index 02f10736..3ba43eff 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,23 +28,23 @@ GEM
pygments.rb (0.3.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
- rack (1.4.5)
- rack-protection (1.3.2)
+ rack (1.5.2)
+ rack-protection (1.5.0)
rack
rake (0.9.2.2)
rb-fsevent (0.9.1)
- rdiscount (1.6.8)
+ rdiscount (2.0.7.3)
rubypants (0.2.0)
- sass (3.1.20)
+ sass (3.2.9)
sass-globbing (1.0.0)
sass (>= 3.1)
- sinatra (1.3.5)
- rack (~> 1.4)
- rack-protection (~> 1.3)
- tilt (~> 1.3, >= 1.3.3)
+ sinatra (1.4.2)
+ rack (~> 1.5, >= 1.5.2)
+ rack-protection (~> 1.4)
+ tilt (~> 1.3, >= 1.3.4)
stringex (1.4.0)
syntax (1.0.0)
- tilt (1.3.3)
+ tilt (1.3.7)
yajl-ruby (1.1.0)
PLATFORMS
@@ -57,11 +57,11 @@ DEPENDENCIES
jekyll (~> 0.12)
liquid (~> 2.3.0)
pygments.rb (~> 0.3.4)
- rack (~> 1.4.1)
rake (~> 0.9)
rb-fsevent (~> 0.9)
- rdiscount (~> 1.6.8)
+ rdiscount (~> 2.0.7)
rubypants (~> 0.2.0)
+ sass (~> 3.2)
sass-globbing (~> 1.0.0)
- sinatra (~> 1.3.5)
+ sinatra (~> 1.4.2)
stringex (~> 1.4.0)