Add explicit nokogiri dependency to fix warning [ci skip]
See http://stackoverflow.com/a/15492084/209190
This commit is contained in:
parent
259455cab8
commit
25b8ea1336
1
Gemfile
1
Gemfile
|
@ -8,6 +8,7 @@ gem 'devise'
|
|||
gem 'geokit'
|
||||
gem 'haml'
|
||||
gem 'http_accept_language'
|
||||
gem 'nokogiri'
|
||||
gem 'pg'
|
||||
gem 'rails_admin'
|
||||
gem 'strong_parameters'
|
||||
|
|
|
@ -187,6 +187,7 @@ DEPENDENCIES
|
|||
geokit
|
||||
haml
|
||||
http_accept_language
|
||||
nokogiri
|
||||
pg
|
||||
puma
|
||||
rails (~> 3.2)
|
||||
|
|
Loading…
Reference in New Issue