Skip to content

Commit a145e00

Browse files
authored
Merge pull request #57 from djdefi/dependabot/bundler/sinatra-3.2.0
Bump sinatra from 3.1.0 to 3.2.0
2 parents e638afb + 3222922 commit a145e00

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)