Skip to content

Commit 66cb741

Browse files
authored
Merge pull request #34 from cloudfoundry-samples/dependabot/bundler/example_app/addressable-2.8.0
Bump addressable from 2.5.2 to 2.8.0 in /example_app
2 parents 033fe73 + ca57023 commit 66cb741

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

example_app/Gemfile.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
capybara (2.15.1)
77
addressable
88
mini_mime (>= 0.1.3)
@@ -15,8 +15,23 @@ GEM
1515
minitest (>= 4)
1616
cf-app-utils (0.6)
1717
coderay (1.1.2)
18-
faraday (0.13.1)
18+
faraday (1.5.1)
19+
faraday-em_http (~> 1.0)
20+
faraday-em_synchrony (~> 1.0)
21+
faraday-excon (~> 1.1)
22+
faraday-httpclient (~> 1.0.1)
23+
faraday-net_http (~> 1.0)
24+
faraday-net_http_persistent (~> 1.1)
25+
faraday-patron (~> 1.0)
1926
multipart-post (>= 1.2, < 3)
27+
ruby2_keywords (>= 0.0.4)
28+
faraday-em_http (1.0.0)
29+
faraday-em_synchrony (1.0.0)
30+
faraday-excon (1.1.0)
31+
faraday-httpclient (1.0.1)
32+
faraday-net_http (1.0.1)
33+
faraday-net_http_persistent (1.2.0)
34+
faraday-patron (1.0.0)
2035
ffi (1.15.0)
2136
listen (3.1.5)
2237
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -29,7 +44,7 @@ GEM
2944
minitest (5.10.3)
3045
mocha (1.3.0)
3146
metaclass (~> 0.0.1)
32-
multipart-post (2.0.0)
47+
multipart-post (2.1.1)
3348
mustermann (1.1.1)
3449
ruby2_keywords (~> 0.0.1)
3550
nokogiri (1.11.4)
@@ -40,7 +55,7 @@ GEM
4055
pry (0.11.1)
4156
coderay (~> 1.1.0)
4257
method_source (~> 0.9.0)
43-
public_suffix (3.0.0)
58+
public_suffix (4.0.6)
4459
racc (1.5.2)
4560
rack (2.2.3)
4661
rack-flash3 (1.0.5)
@@ -57,9 +72,9 @@ GEM
5772
listen (~> 3.0)
5873
ruby2_keywords (0.0.4)
5974
ruby_dep (1.5.0)
60-
sawyer (0.8.1)
61-
addressable (>= 2.3.5, < 2.6)
62-
faraday (~> 0.8, < 1.0)
75+
sawyer (0.8.2)
76+
addressable (>= 2.3.5)
77+
faraday (> 0.8, < 2.0)
6378
sinatra (2.0.2)
6479
mustermann (~> 1.0)
6580
rack (~> 2.0)

0 commit comments

Comments
 (0)