Commit 30a31d63 authored by Riyad Preukschas's avatar Riyad Preukschas

Add font-awesome-sass-rails gem

parent 2a750bf2
...@@ -109,6 +109,7 @@ group :assets do ...@@ -109,6 +109,7 @@ group :assets do
gem "modernizr", "2.5.3" gem "modernizr", "2.5.3"
gem "raphael-rails", "1.5.2" gem "raphael-rails", "1.5.2"
gem 'bootstrap-sass', "2.0.4" gem 'bootstrap-sass', "2.0.4"
gem "font-awesome-sass-rails", "~> 2.0.0"
end end
group :development do group :development do
......
...@@ -135,6 +135,9 @@ GEM ...@@ -135,6 +135,9 @@ GEM
multipart-post (~> 1.1) multipart-post (~> 1.1)
ffaker (1.14.0) ffaker (1.14.0)
ffi (1.0.11) ffi (1.0.11)
font-awesome-sass-rails (2.0.0.0)
railties (>= 3.1.1)
sass-rails (>= 3.1.1)
foreman (0.47.0) foreman (0.47.0)
thor (>= 0.13.6) thor (>= 0.13.6)
gherkin-ruby (0.2.1) gherkin-ruby (0.2.1)
...@@ -417,6 +420,7 @@ DEPENDENCIES ...@@ -417,6 +420,7 @@ DEPENDENCIES
email_spec email_spec
factory_girl_rails factory_girl_rails
ffaker ffaker
font-awesome-sass-rails (~> 2.0.0)
foreman foreman
git git
github-linguist (~> 2.3.4) github-linguist (~> 2.3.4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment