Use newer version of nokogiri in development for arm64 systems

This commit is contained in:
James Hu 2022-02-07 18:07:48 -08:00
parent bc116f9df2
commit fab5f6344a
2 changed files with 92 additions and 83 deletions

11
Gemfile
View File

@ -1,14 +1,15 @@
source "http://rubygems.org" source "http://rubygems.org"
gem 'actionpack' gem "actionpack"
gem 'addressable' gem "addressable"
# Add dependencies to develop your gem here. # Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc. # Include everything needed to run rake, tests, features, etc.
group :development do group :development do
gem "shoulda", ">= 0"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0" gem "bundler", "~> 1.0"
gem "jeweler", "~> 2.1.2" gem "jeweler", "~> 2.3.9"
gem "nokogiri", ">= 1.11.3"
gem "rdoc", "~> 3.12"
gem "shoulda", ">= 0"
gem "simplecov", ">= 0" gem "simplecov", ">= 0"
end end

View File

@ -1,103 +1,110 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionpack (4.2.1) actionpack (7.0.1)
actionview (= 4.2.1) actionview (= 7.0.1)
activesupport (= 4.2.1) activesupport (= 7.0.1)
rack (~> 1.6) rack (~> 2.0, >= 2.2.0)
rack-test (~> 0.6.2) rack-test (>= 0.6.3)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.1) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (4.2.1) actionview (7.0.1)
activesupport (= 4.2.1) activesupport (= 7.0.1)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubi (~> 1.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.1) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (4.2.1) activesupport (7.0.1)
i18n (~> 0.7) concurrent-ruby (~> 1.0, >= 1.0.2)
json (~> 1.7, >= 1.7.7) i18n (>= 1.6, < 2)
minitest (~> 5.1) minitest (>= 5.1)
thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 2.0)
tzinfo (~> 1.1) addressable (2.4.0)
addressable (2.5.0) builder (3.2.4)
public_suffix (~> 2.0, >= 2.0.2) concurrent-ruby (1.1.9)
builder (3.2.3) crass (1.0.6)
descendants_tracker (0.0.4) descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
docile (1.1.5) docile (1.4.0)
erubis (2.7.0) erubi (1.10.0)
faraday (0.9.2) faraday (0.9.2)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
git (1.3.0) git (1.10.2)
github_api (0.11.3) rchardet (~> 1.8)
addressable (~> 2.3) github_api (0.16.0)
descendants_tracker (~> 0.0.1) addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10) faraday (~> 0.8, < 0.10)
hashie (>= 1.2) hashie (>= 3.4)
multi_json (>= 1.7.5, < 2.0) mime-types (>= 1.16, < 3.0)
nokogiri (~> 1.6.0) oauth2 (~> 1.0)
oauth2 hashie (5.0.0)
hashie (3.5.5) highline (2.0.3)
highline (1.7.8) i18n (1.9.1)
i18n (0.7.0) concurrent-ruby (~> 1.0)
jeweler (2.1.2) jeweler (2.3.9)
builder builder
bundler (>= 1.0) bundler
git (>= 1.2.5) git (>= 1.2.5)
github_api (~> 0.11.0) github_api (~> 0.16.0)
highline (>= 1.6.15) highline (>= 1.6.15)
nokogiri (>= 1.5.10) nokogiri (>= 1.5.10)
psych
rake rake
rdoc rdoc
semver semver2
json (1.8.6) json (1.8.6)
jwt (1.5.6) jwt (2.3.0)
loofah (2.0.2) loofah (2.13.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mini_portile2 (2.1.0) mime-types (2.99.3)
minitest (5.7.0) mini_portile2 (2.7.1)
multi_json (1.12.1) minitest (5.15.0)
multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.0.0) multipart-post (2.1.1)
nokogiri (1.6.8.1) nokogiri (1.13.1)
mini_portile2 (~> 2.1.0) mini_portile2 (~> 2.7.0)
oauth2 (1.3.1) racc (~> 1.4)
faraday (>= 0.8, < 0.12) oauth2 (1.4.7)
jwt (~> 1.0) faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
public_suffix (2.0.5) psych (4.0.3)
rack (1.6.5) stringio
rack-test (0.6.3) racc (1.6.0)
rack (>= 1.0) rack (2.2.3)
rails-deprecated_sanitizer (1.0.3) rack-test (1.1.0)
activesupport (>= 4.2.0.alpha) rack (>= 1.0, < 3)
rails-dom-testing (1.0.6) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0.beta, < 5.0) activesupport (>= 4.2.0)
nokogiri (~> 1.6.0) nokogiri (>= 1.6)
rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.0.2) loofah (~> 2.3)
loofah (~> 2.0) rake (13.0.6)
rake (12.0.0) rchardet (1.8.0)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
semver (1.0.1) semver2 (3.4.2)
shoulda (3.5.0) shoulda (4.0.0)
shoulda-context (~> 1.0, >= 1.0.1) shoulda-context (~> 2.0)
shoulda-matchers (>= 1.4.1, < 3.0) shoulda-matchers (~> 4.0)
shoulda-context (1.2.1) shoulda-context (2.0.0)
shoulda-matchers (2.8.0) shoulda-matchers (4.5.1)
activesupport (>= 3.0.0) activesupport (>= 4.2.0)
simplecov (0.10.0) simplecov (0.21.2)
docile (~> 1.1.0) docile (~> 1.1)
json (~> 1.8) simplecov-html (~> 0.11)
simplecov-html (~> 0.10.0) simplecov_json_formatter (~> 0.1)
simplecov-html (0.10.0) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
stringio (3.0.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.2) tzinfo (2.0.4)
thread_safe (~> 0.1) concurrent-ruby (~> 1.0)
PLATFORMS PLATFORMS
ruby ruby
@ -106,10 +113,11 @@ DEPENDENCIES
actionpack actionpack
addressable addressable
bundler (~> 1.0) bundler (~> 1.0)
jeweler (~> 2.1.2) jeweler (~> 2.3.9)
nokogiri (>= 1.11.3)
rdoc (~> 3.12) rdoc (~> 3.12)
shoulda shoulda
simplecov simplecov
BUNDLED WITH BUNDLED WITH
1.14.5 1.17.3