mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Update nokogiri gem to 1.7.2
This commit is contained in:
parent
b478712f7c
commit
094b2613dd
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -32,7 +32,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', '~> 1.7'
|
||||||
|
|
||||||
# style
|
# style
|
||||||
gem 'bootstrap-sass', '3.3.5.1' # bootstrap style
|
gem 'bootstrap-sass', '3.3.5.1' # bootstrap style
|
||||||
|
|
|
@ -322,7 +322,7 @@ GEM
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nokogiri (1.7.1)
|
nokogiri (1.7.2)
|
||||||
mini_portile2 (~> 2.1.0)
|
mini_portile2 (~> 2.1.0)
|
||||||
nori (2.6.0)
|
nori (2.6.0)
|
||||||
notiffany (0.1.1)
|
notiffany (0.1.1)
|
||||||
|
@ -600,7 +600,7 @@ DEPENDENCIES
|
||||||
liquid (= 3.0.6)
|
liquid (= 3.0.6)
|
||||||
mina (= 0.3.1)
|
mina (= 0.3.1)
|
||||||
money-rails
|
money-rails
|
||||||
nokogiri (= 1.7.1)
|
nokogiri (~> 1.7)
|
||||||
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