File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : cimg/ruby:3.1
5+ - image : cimg/ruby:3.2
66 environment :
77 BUNDLER_VERSION : 2.4.17
88 steps :
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Only include conferences/workshops specifically for software testing. Per the RE
145145
146146Per the Gemfile and CircleCI config :
147147
148- - **Ruby**: 3.1 (cimg/ruby:3.1 )
148+ - **Ruby**: 3.2 (cimg/ruby:3.2 )
149149- **Bundler**: 2.4.17
150150- **Jekyll** : >= 3.10.0
151151 - **GitHub Pages** : >= 232
Original file line number Diff line number Diff line change 5454 - name : Setup Ruby
5555 uses : ruby/setup-ruby@v1
5656 with :
57- ruby-version : ' 3.1 '
57+ ruby-version : ' 3.2 '
5858 bundler-cache : true
5959
6060 - name : Setup Pages
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- ruby '>= 3.1 .0'
3+ ruby '>= 3.2 .0'
44
55gem 'github-pages' , '~> 232' , group : :jekyll_plugins
66gem 'html-proofer' , '~> 3.19.4'
7- gem 'jekyll-last-modified-at' , '~> 1.3.2'
7+ gem 'jekyll-last-modified-at' , '~> 1.3.2'
8+ gem 'nokogiri' , '>= 1.19.1'
Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ GEM
248248 minitest (5.27.0 )
249249 net-http (0.9.1 )
250250 uri (>= 0.11.1 )
251- nokogiri (1.18.10 )
251+ nokogiri (1.19.1 )
252252 mini_portile2 (~> 2.8.2 )
253253 racc (~> 1.4 )
254- nokogiri (1.18.10 -arm64-darwin )
254+ nokogiri (1.19.1 -arm64-darwin )
255255 racc (~> 1.4 )
256256 octokit (4.25.1 )
257257 faraday (>= 1 , < 3 )
@@ -295,9 +295,13 @@ PLATFORMS
295295 ruby
296296
297297DEPENDENCIES
298- github-pages (>= 232 )
298+ github-pages (~> 232 )
299299 html-proofer (~> 3.19.4 )
300- jekyll-last-modified-at (>= 1.3.0 )
300+ jekyll-last-modified-at (~> 1.3.2 )
301+ nokogiri (>= 1.19.1 )
302+
303+ RUBY VERSION
304+ ruby 3.2.7p253
301305
302306BUNDLED WITH
303307 2.4.17
You can’t perform that action at this time.
0 commit comments