Skip to content

Commit 8b7d8be

Browse files
Bump sinatra
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 2.2.3. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.1.0...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d18fda7 commit 8b7d8be

1 file changed

Lines changed: 8 additions & 8 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
xpath (~> 3.2)
1414
diff-lcs (1.4.4)
1515
mini_mime (1.0.2)
16-
mustermann (1.1.1)
16+
mustermann (2.0.2)
1717
ruby2_keywords (~> 0.0.1)
1818
nio4r (2.7.0)
1919
nokogiri (1.16.2-x86_64-linux)
@@ -22,8 +22,8 @@ GEM
2222
puma (6.4.2)
2323
nio4r (~> 2.0)
2424
racc (1.7.3)
25-
rack (2.2.3)
26-
rack-protection (2.1.0)
25+
rack (2.2.8.1)
26+
rack-protection (2.2.3)
2727
rack
2828
rack-test (1.1.0)
2929
rack (>= 1.0, < 3)
@@ -41,13 +41,13 @@ GEM
4141
diff-lcs (>= 1.2.0, < 2.0)
4242
rspec-support (~> 3.10.0)
4343
rspec-support (3.10.0)
44-
ruby2_keywords (0.0.2)
45-
sinatra (2.1.0)
46-
mustermann (~> 1.0)
44+
ruby2_keywords (0.0.5)
45+
sinatra (2.2.3)
46+
mustermann (~> 2.0)
4747
rack (~> 2.2)
48-
rack-protection (= 2.1.0)
48+
rack-protection (= 2.2.3)
4949
tilt (~> 2.0)
50-
tilt (2.0.10)
50+
tilt (2.3.0)
5151
xpath (3.2.0)
5252
nokogiri (~> 1.8)
5353

0 commit comments

Comments
 (0)