Skip to content

Commit

Permalink
Merge pull request #98 from rism-digital/dependabot/bundler/nokogiri-…
Browse files Browse the repository at this point in the history
…1.15.6

Bump nokogiri from 1.14.3 to 1.15.6
  • Loading branch information
lpugin authored Mar 19, 2024
2 parents 8ab40fa + 5f655fe commit b121745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "verovio-theme", git: 'https://github.com/rism-digital/verovio-theme'
#gem "verovio-theme", path: '/Users/laurent/Documents/verovio/verovio-theme'

gem "webrick", "~> 1.7"
gem "nokogiri", "~> 1.14"
gem "nokogiri", "~> 1.15"
gem "jekyll-remote-theme"

group :jekyll_plugins do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
nokogiri (1.15.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.6.2)
racc (1.7.3)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -89,7 +89,7 @@ DEPENDENCIES
jekyll (> 4.1.1)
jekyll-remote-theme
jekyll-seo-tag
nokogiri (~> 1.14)
nokogiri (~> 1.15)
verovio-theme!
webrick (~> 1.7)

Expand Down

0 comments on commit b121745

Please sign in to comment.