summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-09 16:35:24 -0700
committerelijah <elijah@riseup.net>2014-05-09 16:35:24 -0700
commiteed316af7b703aeb1ce307cb567de8e6db5648b0 (patch)
treed8f310b736d461814335a7927265a7566daee8dc /Gemfile
parentec4697e497889ee82c695a2633a748f3a06d3724 (diff)
added 'get involved' links to the front page.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9e969eb..0aaa0f7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ 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'
@@ -21,7 +22,8 @@ gem 'rdiscount'
group :assets do
gem 'uglifier', '>= 1.0.3'
gem 'execjs' # See https://github.com/sstephenson/execjs#readme for supported runtimes
- gem 'therubyrhino'
+ gem 'therubyracer', :platforms => :ruby
+ #gem 'therubyrhino', :platforms => :ruby
end
gem 'jquery-rails'
@@ -29,4 +31,5 @@ gem 'capistrano' # deploy with Capistrano
group :development do
gem 'thin'
+ gem 'debugger'
end \ No newline at end of file