update font_assets to multithreading safe version
This commit is contained in:
parent
3243bc1fda
commit
d029cff707
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'sprockets'
|
||||||
|
|
||||||
# for serving fonts on cdn
|
# for serving fonts on cdn
|
||||||
# https://github.com/ericallam/font_assets
|
# https://github.com/ericallam/font_assets
|
||||||
gem 'font_assets'
|
gem 'font_assets', '~> 0.1.14'
|
||||||
|
|
||||||
# Database (postgres)
|
# Database (postgres)
|
||||||
gem 'pg' # Postgresql
|
gem 'pg' # Postgresql
|
||||||
|
|
|
@ -206,7 +206,7 @@ GEM
|
||||||
faraday (>= 0.7.4, < 0.10)
|
faraday (>= 0.7.4, < 0.10)
|
||||||
fb-channel-file (0.0.2)
|
fb-channel-file (0.0.2)
|
||||||
rails (>= 3.0)
|
rails (>= 3.0)
|
||||||
font_assets (0.1.11)
|
font_assets (0.1.14)
|
||||||
rack
|
rack
|
||||||
foreman (0.84.0)
|
foreman (0.84.0)
|
||||||
thor (~> 0.19.1)
|
thor (~> 0.19.1)
|
||||||
|
@ -470,7 +470,7 @@ DEPENDENCIES
|
||||||
factory_bot
|
factory_bot
|
||||||
factory_bot_rails
|
factory_bot_rails
|
||||||
fb-channel-file
|
fb-channel-file
|
||||||
font_assets
|
font_assets (~> 0.1.14)
|
||||||
foreman
|
foreman
|
||||||
fullcontact
|
fullcontact
|
||||||
geocoder
|
geocoder
|
||||||
|
|
Loading…
Reference in a new issue