Skip to content

Commit

Permalink
Bump nokogiri from 1.13.10 to 1.14.3 in /sinatra (#79)
Browse files Browse the repository at this point in the history
* Bump nokogiri from 1.13.10 to 1.14.3 in /sinatra

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.10...v1.14.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove ruby version 2.6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oskar Gewalli <[email protected]>
  • Loading branch information
dependabot[bot] and wallymathieu authored Aug 19, 2023
1 parent bbc24a4 commit f0d5ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sinatra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
ruby-version: ['2.7', '3.0']

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
mini_portile2 (2.8.0)
mini_portile2 (2.8.4)
minitest (5.14.4)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.13.10)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nori (2.6.0)
racc (1.6.1)
racc (1.7.1)
rack (2.2.6.4)
rack-parser (0.7.0)
rack
Expand Down

0 comments on commit f0d5ca5

Please sign in to comment.