Skip to content

Commit a7e53c0

Browse files
Bump rack from 2.2.3.1 to 3.0.4.2 in /examples
Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 3.0.4.2. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.3.1...v3.0.4.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 962f175 commit a7e53c0

1 file changed

Lines changed: 26 additions & 19 deletions

File tree

examples/Gemfile.lock

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,39 @@ PATH
22
remote: ..
33
specs:
44
asana (0.10.5)
5-
faraday (~> 1.0)
6-
faraday_middleware (~> 1.0)
7-
faraday_middleware-multi_json (~> 0.0)
8-
oauth2 (~> 1.4)
5+
faraday (~> 2.0)
6+
faraday-follow_redirects
7+
faraday-multipart
8+
oauth2 (>= 1.4, < 3)
99

1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
faraday (1.0.1)
14-
multipart-post (>= 1.2, < 3)
15-
faraday_middleware (1.0.0)
16-
faraday (~> 1.0)
17-
faraday_middleware-multi_json (0.0.6)
18-
faraday_middleware
19-
multi_json
20-
jwt (2.2.1)
21-
multi_json (1.15.0)
13+
faraday (2.7.4)
14+
faraday-net_http (>= 2.0, < 3.1)
15+
ruby2_keywords (>= 0.0.4)
16+
faraday-follow_redirects (0.3.0)
17+
faraday (>= 1, < 3)
18+
faraday-multipart (1.0.4)
19+
multipart-post (~> 2)
20+
faraday-net_http (3.0.2)
21+
hashie (5.0.0)
22+
jwt (2.7.0)
2223
multi_xml (0.6.0)
23-
multipart-post (2.1.1)
24-
oauth2 (1.4.4)
25-
faraday (>= 0.8, < 2.0)
24+
multipart-post (2.3.0)
25+
oauth2 (2.0.9)
26+
faraday (>= 0.17.3, < 3.0)
2627
jwt (>= 1.0, < 3.0)
27-
multi_json (~> 1.3)
2828
multi_xml (~> 0.5)
29-
rack (>= 1.2, < 3)
30-
rack (2.2.3.1)
29+
rack (>= 1.2, < 4)
30+
snaky_hash (~> 2.0)
31+
version_gem (~> 1.1)
32+
rack (3.0.4.2)
33+
ruby2_keywords (0.0.5)
34+
snaky_hash (2.0.1)
35+
hashie
36+
version_gem (~> 1.1, >= 1.1.1)
37+
version_gem (1.1.1)
3138

3239
PLATFORMS
3340
ruby

0 commit comments

Comments
 (0)