Skip to content
Merged
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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.1
- image: cimg/ruby:3.2
environment:
BUNDLER_VERSION: 2.4.17
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Only include conferences/workshops specifically for software testing. Per the RE

Per the Gemfile and CircleCI config:

- **Ruby**: 3.1 (cimg/ruby:3.1)
- **Ruby**: 3.2 (cimg/ruby:3.2)
- **Bundler**: 2.4.17
- **Jekyll**: >= 3.10.0
- **GitHub Pages**: >= 232
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.2'
bundler-cache: true

- name: Setup Pages
Expand Down
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
source 'https://rubygems.org'

ruby '>= 3.1.0'
ruby '>= 3.2.0'

gem 'github-pages', '~> 232', group: :jekyll_plugins
gem 'html-proofer', '~> 3.19.4'
gem 'jekyll-last-modified-at', '~> 1.3.2'
gem 'jekyll-last-modified-at', '~> 1.3.2'
gem 'nokogiri', '>= 1.19.1'
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ GEM
minitest (5.27.0)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.18.10)
nokogiri (1.19.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.10-arm64-darwin)
nokogiri (1.19.1-arm64-darwin)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -295,9 +295,13 @@ PLATFORMS
ruby

DEPENDENCIES
github-pages (>= 232)
github-pages (~> 232)
html-proofer (~> 3.19.4)
jekyll-last-modified-at (>= 1.3.0)
jekyll-last-modified-at (~> 1.3.2)
nokogiri (>= 1.19.1)

RUBY VERSION
ruby 3.2.7p253

BUNDLED WITH
2.4.17