Skip to content

Commit

Permalink
Merge pull request #119 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to the CI matrix
  • Loading branch information
plashchynski authored May 23, 2024
2 parents d3dc79e + bfbb873 commit 6bf1ec9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1'] # Due to https://github.com/actions/runner/issues/849, we have to use quotes
ruby: ['2.7', '3.0', '3.1', '3.2'] # Due to https://github.com/actions/runner/issues/849, we have to use quotes

runs-on: ${{ matrix.os }}

Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.7-arm64-darwin)
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-darwin)
nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
racc (1.6.0)
racc (1.6.2)
rack (2.2.4)
rack-protection (2.2.0)
rack
Expand Down Expand Up @@ -200,6 +200,7 @@ GEM
PLATFORMS
arm64-darwin-21
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -218,4 +219,4 @@ DEPENDENCIES
timecop (>= 0.7)

BUNDLED WITH
2.3.14
2.4.4

0 comments on commit 6bf1ec9

Please sign in to comment.