Skip to content

Commit d024089

Browse files
authored
Merge pull request #4 from regexplanet/dependabot/bundler/sinatra-2.2.0
Bump sinatra from 2.0.8.1 to 2.2.0
2 parents 5e155ac + 7dd6475 commit d024089

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Gemfile.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
backports (3.17.2)
5-
multi_json (1.14.1)
4+
multi_json (1.15.0)
65
mustermann (1.1.1)
76
ruby2_keywords (~> 0.0.1)
87
rack (2.2.3)
9-
rack-protection (2.0.8.1)
8+
rack-protection (2.2.0)
109
rack
11-
ruby2_keywords (0.0.2)
12-
sinatra (2.0.8.1)
10+
ruby2_keywords (0.0.5)
11+
sinatra (2.2.0)
1312
mustermann (~> 1.0)
14-
rack (~> 2.0)
15-
rack-protection (= 2.0.8.1)
13+
rack (~> 2.2)
14+
rack-protection (= 2.2.0)
1615
tilt (~> 2.0)
17-
sinatra-contrib (2.0.8.1)
18-
backports (>= 2.8.2)
16+
sinatra-contrib (2.2.0)
1917
multi_json
2018
mustermann (~> 1.0)
21-
rack-protection (= 2.0.8.1)
22-
sinatra (= 2.0.8.1)
19+
rack-protection (= 2.2.0)
20+
sinatra (= 2.2.0)
2321
tilt (~> 2.0)
2422
sinatra-jsonp (0.5.0)
2523
multi_json (~> 1.8)

0 commit comments

Comments
 (0)