diff --git a/Gemfile b/Gemfile index d709a6ea..50afc353 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index d6a462c6..c52dd2cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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