Skip to content

Commit 678bb91

Browse files
Bump nokogiri
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.16.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.10...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4de22ad commit 678bb91

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

  • technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy

technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy/Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ GEM
1313
xpath (~> 3.2)
1414
diff-lcs (1.4.4)
1515
mini_mime (1.0.2)
16-
mini_portile2 (2.4.0)
1716
mustermann (1.1.1)
1817
ruby2_keywords (~> 0.0.1)
19-
nokogiri (1.10.10)
20-
mini_portile2 (~> 2.4.0)
18+
nio4r (2.7.0)
19+
nokogiri (1.16.2-x86_64-linux)
20+
racc (~> 1.4)
2121
public_suffix (4.0.6)
22+
puma (6.4.2)
23+
nio4r (~> 2.0)
24+
racc (1.7.3)
2225
rack (2.2.3)
2326
rack-protection (2.1.0)
2427
rack
@@ -49,11 +52,11 @@ GEM
4952
nokogiri (~> 1.8)
5053

5154
PLATFORMS
52-
ruby
53-
x86_64-darwin-20
55+
x86_64-linux
5456

5557
DEPENDENCIES
5658
capybara
59+
puma
5760
rspec
5861
sinatra
5962

0 commit comments

Comments
 (0)