Merge pull request #5047 from tchak/bring-back-font-awesome-rails
Bring back font-awesome-rails
This commit is contained in:
commit
55e99a323c
3 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -28,6 +28,7 @@ gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded
|
|||
gem 'flipper'
|
||||
gem 'flipper-active_record'
|
||||
gem 'flipper-ui'
|
||||
gem 'font-awesome-rails'
|
||||
gem 'fugit'
|
||||
gem 'geocoder'
|
||||
gem 'gon'
|
||||
|
|
|
@ -236,6 +236,8 @@ GEM
|
|||
fog-core (~> 2.1)
|
||||
fog-json (>= 1.0)
|
||||
ipaddress (>= 0.8)
|
||||
font-awesome-rails (4.7.0.5)
|
||||
railties (>= 3.2, < 6.1)
|
||||
formatador (0.2.5)
|
||||
fugit (1.3.3)
|
||||
et-orbi (~> 1.1, >= 1.1.8)
|
||||
|
@ -751,6 +753,7 @@ DEPENDENCIES
|
|||
flipper
|
||||
flipper-active_record
|
||||
flipper-ui
|
||||
font-awesome-rails
|
||||
fugit
|
||||
geocoder
|
||||
gon
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
// = require attestation_template_edit
|
||||
|
||||
// = require_self
|
||||
// = require font-awesome
|
||||
// = require leaflet
|
||||
// = require franceconnect
|
||||
// = require bootstrap-wysihtml5
|
||||
|
|
Loading…
Reference in a new issue