Skip to content

Commit

Permalink
Merge pull request #125 from oreillymedia/nokogiri-1.16.2
Browse files Browse the repository at this point in the history
Nokogiri 1.16.2 Security Patch and CODEOWNERS
  • Loading branch information
nadamsoreilly authored Feb 7, 2024
2 parents 07da081 + 518cc67 commit 3228950
Show file tree
Hide file tree
Showing 3 changed files with 9 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
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These owners will be the default owners for everything in
# the repo.
* @oreillymedia/publishing-engineering @oreillymedia/tools-team
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 3228950

Please sign in to comment.