Relax font-awesome-rails dependency to ~> 4.7
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
d12c992191
commit
fe57b80587
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -231,7 +231,7 @@ gem 'uglifier', '~> 2.7.2'
|
|||
|
||||
gem 'addressable', '~> 2.3.8'
|
||||
gem 'bootstrap-sass', '~> 3.3.0'
|
||||
gem 'font-awesome-rails', '~> 4.6.1'
|
||||
gem 'font-awesome-rails', '~> 4.7'
|
||||
gem 'gemojione', '~> 3.0'
|
||||
gem 'gon', '~> 6.1.0'
|
||||
gem 'jquery-atwho-rails', '~> 1.3.2'
|
||||
|
|
|
@ -878,7 +878,7 @@ DEPENDENCIES
|
|||
fog-local (~> 0.3)
|
||||
fog-openstack (~> 0.1)
|
||||
fog-rackspace (~> 0.1.1)
|
||||
font-awesome-rails (~> 4.6.1)
|
||||
font-awesome-rails (~> 4.7)
|
||||
foreman (~> 0.78.0)
|
||||
fuubar (~> 2.0.0)
|
||||
gemnasium-gitlab-service (~> 0.2)
|
||||
|
|
Loading…
Reference in a new issue