Skip to content

Commit 7502d5c

Browse files
authored
Merge pull request gliderlabs#1053 from gliderlabs/dependabot/bundler/buildpacks/buildpack-multi/tests/multi/sinatra-and-rack-3.1.0
chore(deps): bump sinatra and rack in /buildpacks/buildpack-multi/tests/multi
2 parents 6a512e6 + cc60a26 commit 7502d5c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

buildpacks/buildpack-multi/tests/multi/Gemfile.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
rack (3.0.8)
5-
sinatra (1.0)
6-
rack (>= 1.0)
4+
mustermann (3.0.0)
5+
ruby2_keywords (~> 0.0.1)
6+
rack (2.2.8)
7+
rack-protection (3.1.0)
8+
rack (~> 2.2, >= 2.2.4)
9+
ruby2_keywords (0.0.5)
10+
sinatra (3.1.0)
11+
mustermann (~> 3.0)
12+
rack (~> 2.2, >= 2.2.4)
13+
rack-protection (= 3.1.0)
14+
tilt (~> 2.0)
15+
tilt (2.3.0)
716

817
PLATFORMS
918
ruby

0 commit comments

Comments
 (0)