Skip to content

Commit c5e9f12

Browse files
committed
CI: bundle down nokogiri to 1.13
which is supposed to work on both Ruby 3.3 and JRuby 9.3 (which is equivalent to CRuby 2.6)
1 parent cfc797f commit c5e9f12

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

test_projects/rails/rspec_rails/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ else
1313
gem "sqlite3", "~> 1.4"
1414
end
1515

16+
gem "nokogiri", "~> 1.13.10"
17+
1618
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
1719
gem "rails", "~> 6.1.4"
1820
# Use Puma as the app server

test_projects/rails/rspec_rails/Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ GEM
112112
msgpack (1.3.3-java)
113113
nio4r (2.5.4)
114114
nio4r (2.5.4-java)
115-
nokogiri (1.15.2)
116-
mini_portile2 (~> 2.8.2)
115+
nokogiri (1.13.10)
116+
mini_portile2 (~> 2.8.0)
117117
racc (~> 1.4)
118-
nokogiri (1.15.2-java)
118+
nokogiri (1.13.10-java)
119119
racc (~> 1.4)
120120
public_suffix (4.0.7)
121121
puma (5.1.1)
@@ -212,6 +212,7 @@ DEPENDENCIES
212212
byebug
213213
capybara (>= 3.36.0)
214214
jbuilder (~> 2.7)
215+
nokogiri (~> 1.13.10)
215216
puma (~> 5.0)
216217
rails (~> 6.1.4)
217218
rspec-rails

0 commit comments

Comments
 (0)