mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
update nokogiri freely
This commit is contained in:
parent
afc0db0a1e
commit
acc5201e35
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -31,7 +31,7 @@ gem 'rails-settings-cached', '0.4.1' # for settings
|
||||||
|
|
||||||
# html-xml
|
# html-xml
|
||||||
gem 'haml-rails', '0.9.0' # haml for views
|
gem 'haml-rails', '0.9.0' # haml for views
|
||||||
gem 'nokogiri', '1.7.1' # For XML parsing
|
gem 'nokogiri' # For XML parsing
|
||||||
|
|
||||||
# style
|
# style
|
||||||
gem 'sass-rails', '5.0.3' # sass style
|
gem 'sass-rails', '5.0.3' # sass style
|
||||||
|
|
|
@ -396,7 +396,7 @@ GEM
|
||||||
activesupport (>= 4.2.0.alpha)
|
activesupport (>= 4.2.0.alpha)
|
||||||
rails-dom-testing (1.0.8)
|
rails-dom-testing (1.0.8)
|
||||||
activesupport (>= 4.2.0.beta, < 5.0)
|
activesupport (>= 4.2.0.beta, < 5.0)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.7)
|
||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
rails-html-sanitizer (1.0.3)
|
rails-html-sanitizer (1.0.3)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.0)
|
||||||
|
@ -625,7 +625,7 @@ DEPENDENCIES
|
||||||
liquid (= 3.0.6)
|
liquid (= 3.0.6)
|
||||||
mina (= 0.3.1)
|
mina (= 0.3.1)
|
||||||
money-rails (= 1.4.1)
|
money-rails (= 1.4.1)
|
||||||
nokogiri (= 1.7.1)
|
nokogiri
|
||||||
nprogress-rails (= 0.1.6.7)
|
nprogress-rails (= 0.1.6.7)
|
||||||
paper_trail!
|
paper_trail!
|
||||||
pdfkit (= 0.6.2)
|
pdfkit (= 0.6.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue