Skip to content

Commit 0ca9fd7

Browse files
Bump sinatra from 1.4.6 to 2.2.3
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.6 to 2.2.3. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@v1.4.6...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d80c2f commit 0ca9fd7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Gemfile.lock

+11-7
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,23 @@ GEM
1111
nokogiri (~> 1.13.10)
1212
matrix (0.4.2)
1313
mini_portile2 (2.8.1)
14+
mustermann (2.0.2)
15+
ruby2_keywords (~> 0.0.1)
1416
nokogiri (1.13.10)
1517
mini_portile2 (~> 2.8.0)
1618
racc (~> 1.4)
1719
racc (1.6.2)
18-
rack (1.6.4)
19-
rack-protection (1.5.3)
20+
rack (2.2.5)
21+
rack-protection (2.2.3)
2022
rack
21-
sinatra (1.4.6)
22-
rack (~> 1.4)
23-
rack-protection (~> 1.4)
24-
tilt (>= 1.3, < 3)
23+
ruby2_keywords (0.0.5)
24+
sinatra (2.2.3)
25+
mustermann (~> 2.0)
26+
rack (~> 2.2)
27+
rack-protection (= 2.2.3)
28+
tilt (~> 2.0)
2529
svgplot (1.0.0)
26-
tilt (2.0.1)
30+
tilt (2.0.11)
2731

2832
PLATFORMS
2933
ruby

0 commit comments

Comments
 (0)