Commit 9dbf512698c3ece7141aaea461b0198d0c76da53
Committed by
GitHub
1 parent
784681a3
Exists in
master
Bump rack from 2.0.7 to 2.0.8
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8) Signed-off-by: dependabot[bot] <support@github.com>
Showing
1 changed file
with
53 additions
and
69 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -2,68 +2,55 @@ PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | 4 | scim_rails (0.3.0) |
5 | - jwt (~> 2.2) | |
5 | + jwt (~> 1.5.1) | |
6 | 6 | rails (>= 5.0, < 6.1) |
7 | 7 | |
8 | 8 | GEM |
9 | 9 | remote: https://rubygems.org/ |
10 | 10 | specs: |
11 | - actioncable (6.0.0) | |
12 | - actionpack (= 6.0.0) | |
11 | + actioncable (5.2.4.1) | |
12 | + actionpack (= 5.2.4.1) | |
13 | 13 | nio4r (~> 2.0) |
14 | 14 | websocket-driver (>= 0.6.1) |
15 | - actionmailbox (6.0.0) | |
16 | - actionpack (= 6.0.0) | |
17 | - activejob (= 6.0.0) | |
18 | - activerecord (= 6.0.0) | |
19 | - activestorage (= 6.0.0) | |
20 | - activesupport (= 6.0.0) | |
21 | - mail (>= 2.7.1) | |
22 | - actionmailer (6.0.0) | |
23 | - actionpack (= 6.0.0) | |
24 | - actionview (= 6.0.0) | |
25 | - activejob (= 6.0.0) | |
15 | + actionmailer (5.2.4.1) | |
16 | + actionpack (= 5.2.4.1) | |
17 | + actionview (= 5.2.4.1) | |
18 | + activejob (= 5.2.4.1) | |
26 | 19 | mail (~> 2.5, >= 2.5.4) |
27 | 20 | rails-dom-testing (~> 2.0) |
28 | - actionpack (6.0.0) | |
29 | - actionview (= 6.0.0) | |
30 | - activesupport (= 6.0.0) | |
31 | - rack (~> 2.0) | |
21 | + actionpack (5.2.4.1) | |
22 | + actionview (= 5.2.4.1) | |
23 | + activesupport (= 5.2.4.1) | |
24 | + rack (~> 2.0, >= 2.0.8) | |
32 | 25 | rack-test (>= 0.6.3) |
33 | 26 | rails-dom-testing (~> 2.0) |
34 | - rails-html-sanitizer (~> 1.0, >= 1.2.0) | |
35 | - actiontext (6.0.0) | |
36 | - actionpack (= 6.0.0) | |
37 | - activerecord (= 6.0.0) | |
38 | - activestorage (= 6.0.0) | |
39 | - activesupport (= 6.0.0) | |
40 | - nokogiri (>= 1.8.5) | |
41 | - actionview (6.0.0) | |
42 | - activesupport (= 6.0.0) | |
27 | + rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
28 | + actionview (5.2.4.1) | |
29 | + activesupport (= 5.2.4.1) | |
43 | 30 | builder (~> 3.1) |
44 | 31 | erubi (~> 1.4) |
45 | 32 | rails-dom-testing (~> 2.0) |
46 | - rails-html-sanitizer (~> 1.1, >= 1.2.0) | |
47 | - activejob (6.0.0) | |
48 | - activesupport (= 6.0.0) | |
33 | + rails-html-sanitizer (~> 1.0, >= 1.0.3) | |
34 | + activejob (5.2.4.1) | |
35 | + activesupport (= 5.2.4.1) | |
49 | 36 | globalid (>= 0.3.6) |
50 | - activemodel (6.0.0) | |
51 | - activesupport (= 6.0.0) | |
52 | - activerecord (6.0.0) | |
53 | - activemodel (= 6.0.0) | |
54 | - activesupport (= 6.0.0) | |
55 | - activestorage (6.0.0) | |
56 | - actionpack (= 6.0.0) | |
57 | - activejob (= 6.0.0) | |
58 | - activerecord (= 6.0.0) | |
37 | + activemodel (5.2.4.1) | |
38 | + activesupport (= 5.2.4.1) | |
39 | + activerecord (5.2.4.1) | |
40 | + activemodel (= 5.2.4.1) | |
41 | + activesupport (= 5.2.4.1) | |
42 | + arel (>= 9.0) | |
43 | + activestorage (5.2.4.1) | |
44 | + actionpack (= 5.2.4.1) | |
45 | + activerecord (= 5.2.4.1) | |
59 | 46 | marcel (~> 0.3.1) |
60 | - activesupport (6.0.0) | |
47 | + activesupport (5.2.4.1) | |
61 | 48 | concurrent-ruby (~> 1.0, >= 1.0.2) |
62 | 49 | i18n (>= 0.7, < 2) |
63 | 50 | minitest (~> 5.1) |
64 | 51 | tzinfo (~> 1.1) |
65 | - zeitwerk (~> 2.1, >= 2.1.8) | |
66 | - builder (3.2.3) | |
52 | + arel (9.0.0) | |
53 | + builder (3.2.4) | |
67 | 54 | coderay (1.1.2) |
68 | 55 | concurrent-ruby (1.1.5) |
69 | 56 | crass (1.0.5) |
... | ... | @@ -76,10 +63,10 @@ GEM |
76 | 63 | railties (>= 4.2.0) |
77 | 64 | globalid (0.4.2) |
78 | 65 | activesupport (>= 4.2.0) |
79 | - i18n (1.6.0) | |
66 | + i18n (1.7.0) | |
80 | 67 | concurrent-ruby (~> 1.0) |
81 | - jwt (2.2.1) | |
82 | - loofah (2.3.1) | |
68 | + jwt (1.5.6) | |
69 | + loofah (2.4.0) | |
83 | 70 | crass (~> 1.0.2) |
84 | 71 | nokogiri (>= 1.5.9) |
85 | 72 | mail (2.7.1) |
... | ... | @@ -90,42 +77,40 @@ GEM |
90 | 77 | mimemagic (0.3.3) |
91 | 78 | mini_mime (1.0.2) |
92 | 79 | mini_portile2 (2.4.0) |
93 | - minitest (5.12.2) | |
80 | + minitest (5.13.0) | |
94 | 81 | nio4r (2.5.2) |
95 | - nokogiri (1.10.5) | |
82 | + nokogiri (1.10.7) | |
96 | 83 | mini_portile2 (~> 2.4.0) |
97 | 84 | pry (0.12.2) |
98 | 85 | coderay (~> 1.1.0) |
99 | 86 | method_source (~> 0.9.0) |
100 | - rack (2.0.7) | |
87 | + rack (2.0.8) | |
101 | 88 | rack-test (1.1.0) |
102 | 89 | rack (>= 1.0, < 3) |
103 | - rails (6.0.0) | |
104 | - actioncable (= 6.0.0) | |
105 | - actionmailbox (= 6.0.0) | |
106 | - actionmailer (= 6.0.0) | |
107 | - actionpack (= 6.0.0) | |
108 | - actiontext (= 6.0.0) | |
109 | - actionview (= 6.0.0) | |
110 | - activejob (= 6.0.0) | |
111 | - activemodel (= 6.0.0) | |
112 | - activerecord (= 6.0.0) | |
113 | - activestorage (= 6.0.0) | |
114 | - activesupport (= 6.0.0) | |
90 | + rails (5.2.4.1) | |
91 | + actioncable (= 5.2.4.1) | |
92 | + actionmailer (= 5.2.4.1) | |
93 | + actionpack (= 5.2.4.1) | |
94 | + actionview (= 5.2.4.1) | |
95 | + activejob (= 5.2.4.1) | |
96 | + activemodel (= 5.2.4.1) | |
97 | + activerecord (= 5.2.4.1) | |
98 | + activestorage (= 5.2.4.1) | |
99 | + activesupport (= 5.2.4.1) | |
115 | 100 | bundler (>= 1.3.0) |
116 | - railties (= 6.0.0) | |
101 | + railties (= 5.2.4.1) | |
117 | 102 | sprockets-rails (>= 2.0.0) |
118 | 103 | rails-dom-testing (2.0.3) |
119 | 104 | activesupport (>= 4.2.0) |
120 | 105 | nokogiri (>= 1.6) |
121 | - rails-html-sanitizer (1.2.0) | |
122 | - loofah (~> 2.2, >= 2.2.2) | |
123 | - railties (6.0.0) | |
124 | - actionpack (= 6.0.0) | |
125 | - activesupport (= 6.0.0) | |
106 | + rails-html-sanitizer (1.3.0) | |
107 | + loofah (~> 2.3) | |
108 | + railties (5.2.4.1) | |
109 | + actionpack (= 5.2.4.1) | |
110 | + activesupport (= 5.2.4.1) | |
126 | 111 | method_source |
127 | 112 | rake (>= 0.8.7) |
128 | - thor (>= 0.20.3, < 2.0) | |
113 | + thor (>= 0.19.0, < 2.0) | |
129 | 114 | rake (10.5.0) |
130 | 115 | rspec-core (3.8.2) |
131 | 116 | rspec-support (~> 3.8.0) |
... | ... | @@ -152,14 +137,13 @@ GEM |
152 | 137 | activesupport (>= 4.0) |
153 | 138 | sprockets (>= 3.0.0) |
154 | 139 | sqlite3 (1.4.1) |
155 | - thor (0.20.3) | |
140 | + thor (1.0.1) | |
156 | 141 | thread_safe (0.3.6) |
157 | 142 | tzinfo (1.2.5) |
158 | 143 | thread_safe (~> 0.1) |
159 | 144 | websocket-driver (0.7.1) |
160 | 145 | websocket-extensions (>= 0.1.0) |
161 | 146 | websocket-extensions (0.1.4) |
162 | - zeitwerk (2.1.10) | |
163 | 147 | |
164 | 148 | PLATFORMS |
165 | 149 | ruby | ... | ... |