aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlexandre Perrin <alexandre.perrin@netoxygen.ch>2013-09-27 10:53:43 +0200
committerAlexandre Perrin <alexandre.perrin@netoxygen.ch>2013-09-27 10:53:43 +0200
commit8bfd5ef3237f07125adde7043c19a3159879044a (patch)
tree6ac9b05d53cde0c5a6c837e8316683f652f3d5cf /Gemfile
parentfe28c0b518e47f7929772eaaab7b0118ddcfbaad (diff)
parentf0674c69366b9172e6811036bbc5b0a29dbf6025 (diff)
downloadmy_new_personal_website-8bfd5ef3237f07125adde7043c19a3159879044a.tar.xz
my_new_personal_website-8bfd5ef3237f07125adde7043c19a3159879044a.zip
Merge branch 'master' of https://github.com/imathis/octopress
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cabfa563..cd8ce578 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-source "http://rubygems.org"
+source "https://rubygems.org"
group :development do
gem 'rake', '~> 0.9'
@@ -8,11 +8,13 @@ group :development do
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'
gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3.0'
+ gem 'directory_watcher', '1.4.1'
end
gem 'sinatra', '~> 1.4.2'