Skip to content

Commit

Permalink
Downgrade nokogiri for wider ruby compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 8, 2024
1 parent 7e39d0e commit bd1eb91
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gemspec

gem 'codeclimate-test-reporter', '~> 1.0.3', group: :test, require: nil
gem 'rubocop', '~> 0.49.1', require: false
gem 'nokogiri', '< 1.16'
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ GEM
minitest (5.16.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (2.7.2.0)
Expand Down Expand Up @@ -174,6 +174,7 @@ DEPENDENCIES
climate_control (~> 0.0.3)
codeclimate-test-reporter (~> 1.0.3)
departure!
nokogiri (< 1.16)
pry-byebug
rake (>= 10.0)
rspec (~> 3.4, >= 3.4.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "codeclimate-test-reporter", "~> 1.0.3", group: :test, require: nil
gem "rubocop", "~> 0.49.1", require: false
gem "nokogiri", "< 1.16"
gem "rails", "6.0.6.1"

gemspec path: "../"
5 changes: 3 additions & 2 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
Expand Down Expand Up @@ -215,6 +215,7 @@ DEPENDENCIES
climate_control (~> 0.0.3)
codeclimate-test-reporter (~> 1.0.3)
departure!
nokogiri (< 1.16)
pry-byebug
rails (= 6.0.6.1)
rake (>= 10.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "codeclimate-test-reporter", "~> 1.0.3", group: :test, require: nil
gem "rubocop", "~> 0.49.1", require: false
gem "nokogiri", "< 1.16"
gem "rails", "6.1.7.6"

gemspec path: "../"
5 changes: 3 additions & 2 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
Expand Down Expand Up @@ -218,6 +218,7 @@ DEPENDENCIES
climate_control (~> 0.0.3)
codeclimate-test-reporter (~> 1.0.3)
departure!
nokogiri (< 1.16)
pry-byebug
rails (= 6.1.7.6)
rake (>= 10.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "codeclimate-test-reporter", "~> 1.0.3", group: :test, require: nil
gem "rubocop", "~> 0.49.1", require: false
gem "nokogiri", "< 1.16"
gem "rails", "7.0.8"

gemspec path: "../"
5 changes: 3 additions & 2 deletions gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
Expand Down Expand Up @@ -217,6 +217,7 @@ DEPENDENCIES
climate_control (~> 0.0.3)
codeclimate-test-reporter (~> 1.0.3)
departure!
nokogiri (< 1.16)
pry-byebug
rails (= 7.0.8)
rake (>= 10.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "codeclimate-test-reporter", "~> 1.0.3", group: :test, require: nil
gem "rubocop", "~> 0.49.1", require: false
gem "nokogiri", "< 1.16"
gem "rails", "7.1.3"

gemspec path: "../"
5 changes: 3 additions & 2 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (2.7.2.0)
Expand Down Expand Up @@ -251,6 +251,7 @@ DEPENDENCIES
climate_control (~> 0.0.3)
codeclimate-test-reporter (~> 1.0.3)
departure!
nokogiri (< 1.16)
pry-byebug
rails (= 7.1.3)
rake (>= 10.0)
Expand Down

0 comments on commit bd1eb91

Please sign in to comment.