mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
Integrate font awesome
This commit is contained in:
parent
0a01c0c031
commit
6712f582c3
2 changed files with 6 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -78,6 +78,9 @@ gem 'turbolinks'
|
|||
# Use active_model_serializers for JSON serializatioin our API
|
||||
gem 'active_model_serializers'
|
||||
|
||||
# Use FontAwesome for splash themes
|
||||
gem 'font-awesome-rails'
|
||||
|
||||
# Use rspec and capybara as testing framework
|
||||
group :development, :test do
|
||||
gem 'rspec', '>= 3.0.0.beta'
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@ GEM
|
|||
faraday (0.9.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.9.3)
|
||||
font-awesome-rails (4.1.0.0)
|
||||
railties (>= 3.2, < 5.0)
|
||||
formatador (0.2.4)
|
||||
formtastic (2.3.0.rc3)
|
||||
actionpack (>= 3.0)
|
||||
|
|
@ -387,6 +389,7 @@ DEPENDENCIES
|
|||
database_cleaner
|
||||
devise
|
||||
factory_girl_rails
|
||||
font-awesome-rails
|
||||
formtastic (~> 2.3.0.rc3)
|
||||
formtastic-bootstrap
|
||||
gravtastic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue