Skip to content

Commit d18fda7

Browse files
authored
Merge pull request #314 from madetech/dependabot/bundler/technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy/nokogiri-1.16.2
Bump nokogiri from 1.10.10 to 1.16.2 in /technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy
2 parents 051dc67 + 678bb91 commit d18fda7

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)