Skip to content

Commit 4e3b50c

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 c9b0679 commit 4e3b50c

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
@@ -9,17 +9,21 @@ GEM
99
basiccache (~> 1.0.0)
1010
nokogiri (~> 1.10.8)
1111
mini_portile2 (2.4.0)
12+
mustermann (2.0.2)
13+
ruby2_keywords (~> 0.0.1)
1214
nokogiri (1.10.10)
1315
mini_portile2 (~> 2.4.0)
14-
rack (1.6.4)
15-
rack-protection (1.5.3)
16+
rack (2.2.4)
17+
rack-protection (2.2.3)
1618
rack
17-
sinatra (1.4.6)
18-
rack (~> 1.4)
19-
rack-protection (~> 1.4)
20-
tilt (>= 1.3, < 3)
19+
ruby2_keywords (0.0.5)
20+
sinatra (2.2.3)
21+
mustermann (~> 2.0)
22+
rack (~> 2.2)
23+
rack-protection (= 2.2.3)
24+
tilt (~> 2.0)
2125
svgplot (1.0.0)
22-
tilt (2.0.1)
26+
tilt (2.0.11)
2327

2428
PLATFORMS
2529
ruby

0 commit comments

Comments
 (0)