summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 1 insertions, 4 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 77f6aea..6a2a7d1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -50,8 +50,6 @@ GEM
eventmachine (1.0.0)
execjs (1.4.0)
multi_json (~> 1.0)
- font-awesome-sass (4.0.3.1)
- sass (~> 3.2)
haml (3.1.7)
highline (1.6.15)
hike (1.2.1)
@@ -140,7 +138,6 @@ DEPENDENCIES
capistrano
debugger
execjs
- font-awesome-sass
haml
jquery-rails
json