Skip to content

Commit

Permalink
Changing CI to use Ruby 3.1 and manually updating Nokogiri version fo…
Browse files Browse the repository at this point in the history
…r security patch
  • Loading branch information
nadamsoreilly committed Feb 7, 2024
1 parent 07da081 commit e176ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1
bundler-cache: true
- name: Run tests
run: bundle exec rspec spec/htmlbook_spec.rb
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ GEM
asciidoctor (2.0.17)
concurrent-ruby (1.1.10)
diff-lcs (1.2.4)
mini_portile2 (2.8.1)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
mini_portile2 (2.8.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.6.2)
racc (1.7.3)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -30,4 +30,4 @@ DEPENDENCIES
tilt

BUNDLED WITH
2.3.12
2.4.19

0 comments on commit e176ca2

Please sign in to comment.