Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem 'safe_yaml', '>= 1.0.4'
gem 'rdoc', '5.1.0'

gem 'activesupport', '>= 3.1.0'
gem 'nokogiri', '~> 1.10.8'
gem 'nokogiri', '~> 1.13.9'
gem 'json', '>= 2.3.0'
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
httpclient (~> 2.5)
i18n
json
nokogiri (~> 1.10.4)
nokogiri (>= 1.10.4, < 1.14.0)

GEM
remote: https://rubygems.org/
Expand All @@ -20,19 +20,21 @@ GEM
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.3)
builder (3.2.4)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (0.8.1)
json (2.5.1)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minitest (5.10.3)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
public_suffix (4.0.3)
racc (1.6.0)
rake (13.0.1)
rdoc (5.1.0)
rspec (3.9.0)
Expand Down Expand Up @@ -64,7 +66,7 @@ DEPENDENCIES
activesupport (>= 3.1.0)
almodovar!
json (>= 2.3.0)
nokogiri (~> 1.10.8)
nokogiri (~> 1.13.9)
rake
rdoc (= 5.1.0)
rspec
Expand Down
2 changes: 1 addition & 1 deletion almodovar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency("builder")
s.add_runtime_dependency("nokogiri", "~> 1.10.4")
s.add_runtime_dependency("nokogiri", ">= 1.10.4", "< 1.14.0")
s.add_runtime_dependency("activesupport")
s.add_runtime_dependency("i18n")
s.add_runtime_dependency("httpclient", "~> 2.5")
Expand Down