summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0aaa0f7..a0cd116 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,6 @@ gem 'json'
gem 'haml' # allow pages with .haml
gem 'RedCloth' # allow :textile in HAML
gem 'sass-rails' # not sure why can't be in :assets group
-gem 'font-awesome-sass'
gem 'RbST'
gem 'rdiscount'
@@ -20,6 +19,7 @@ gem 'rdiscount'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
+ gem 'font-awesome-sass'
gem 'uglifier', '>= 1.0.3'
gem 'execjs' # See https://github.com/sstephenson/execjs#readme for supported runtimes
gem 'therubyracer', :platforms => :ruby