Commit 30a31d63da9e6d9f9fd1f47f4964a7c9da346f58
1 parent
2a750bf2
Exists in
master
and in
4 other branches
Add font-awesome-sass-rails gem
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -135,6 +135,9 @@ GEM |
135 | 135 | multipart-post (~> 1.1) |
136 | 136 | ffaker (1.14.0) |
137 | 137 | ffi (1.0.11) |
138 | + font-awesome-sass-rails (2.0.0.0) | |
139 | + railties (>= 3.1.1) | |
140 | + sass-rails (>= 3.1.1) | |
138 | 141 | foreman (0.47.0) |
139 | 142 | thor (>= 0.13.6) |
140 | 143 | gherkin-ruby (0.2.1) |
... | ... | @@ -417,6 +420,7 @@ DEPENDENCIES |
417 | 420 | email_spec |
418 | 421 | factory_girl_rails |
419 | 422 | ffaker |
423 | + font-awesome-sass-rails (~> 2.0.0) | |
420 | 424 | foreman |
421 | 425 | git |
422 | 426 | github-linguist (~> 2.3.4) | ... | ... |