mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
update nokogiri and addressable
This commit is contained in:
parent
5570fc1300
commit
fea2ec55f9
2 changed files with 13 additions and 7 deletions
3
Gemfile
3
Gemfile
|
@ -22,7 +22,7 @@ gem 'filesize'
|
|||
gem 'thread'
|
||||
gem 'rack-cache'
|
||||
gem 'rest-client', require: 'rest_client'
|
||||
gem 'addressable', require: 'addressable/uri'
|
||||
gem 'addressable', '>= 2.8.0', require: 'addressable/uri'
|
||||
gem 'paypal-recurring', require: 'paypal/recurring'
|
||||
gem 'geoip'
|
||||
gem 'io-extra', require: 'io/extra'
|
||||
|
@ -53,6 +53,7 @@ gem 'activesupport'
|
|||
gem 'facter', require: nil
|
||||
gem 'maxmind-db'
|
||||
gem 'json', '>= 2.3.0'
|
||||
gem 'nokogiri', '= 1.11.4'
|
||||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -21,7 +21,7 @@ GEM
|
|||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
zeitwerk (~> 2.2, >= 2.2.2)
|
||||
addressable (2.7.0)
|
||||
addressable (2.8.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
annoy (0.5.6)
|
||||
highline (>= 1.5.0)
|
||||
|
@ -135,7 +135,7 @@ GEM
|
|||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2019.0904)
|
||||
mini_mime (1.0.2)
|
||||
mini_portile2 (2.4.0)
|
||||
mini_portile2 (2.5.3)
|
||||
minitest (5.11.3)
|
||||
minitest-reporters (1.3.8)
|
||||
ansi
|
||||
|
@ -158,8 +158,11 @@ GEM
|
|||
net-ssh (5.2.0)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.10.9)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogiri (1.11.4)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.11.4-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
nokogumbo (2.0.2)
|
||||
nokogiri (~> 1.8, >= 1.8.4)
|
||||
ox (2.11.0)
|
||||
|
@ -172,9 +175,10 @@ GEM
|
|||
pry-byebug (3.7.0)
|
||||
byebug (~> 11.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (4.0.5)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.4.0)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.5.2)
|
||||
rack (2.2.3)
|
||||
rack-cache (1.9.0)
|
||||
rack (>= 0.4)
|
||||
|
@ -292,7 +296,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
acme-client (~> 2.0.0)
|
||||
activesupport
|
||||
addressable
|
||||
addressable (>= 2.8.0)
|
||||
apparition
|
||||
base32
|
||||
bcrypt
|
||||
|
@ -327,6 +331,7 @@ DEPENDENCIES
|
|||
mock_redis
|
||||
monetize
|
||||
msgpack
|
||||
nokogiri (= 1.11.4)
|
||||
paypal-recurring
|
||||
pg
|
||||
pry
|
||||
|
|
Loading…
Add table
Reference in a new issue