Skip to content

Commit 3222922

Browse files
Bump sinatra from 3.1.0 to 3.2.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.1.0 to 3.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d61ce2 commit 3222922

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
base64 (0.2.0)
45
mustermann (3.0.0)
56
ruby2_keywords (~> 0.0.1)
67
rack (2.2.8)
7-
rack-protection (3.1.0)
8+
rack-protection (3.2.0)
9+
base64 (>= 0.1.0)
810
rack (~> 2.2, >= 2.2.4)
911
ruby2_keywords (0.0.5)
10-
sinatra (3.1.0)
12+
sinatra (3.2.0)
1113
mustermann (~> 3.0)
1214
rack (~> 2.2, >= 2.2.4)
13-
rack-protection (= 3.1.0)
15+
rack-protection (= 3.2.0)
1416
tilt (~> 2.0)
15-
tilt (2.2.0)
17+
tilt (2.3.0)
1618

1719
PLATFORMS
1820
ruby

0 commit comments

Comments
 (0)