Skip to content

Commit 74c6b0b

Browse files
committed
Update all gems
Main purpose is to update mimemagic as the version in the lock file was yanked from Rubygems.
1 parent f8148d5 commit 74c6b0b

File tree

1 file changed

+108
-105
lines changed

1 file changed

+108
-105
lines changed

Gemfile.lock

Lines changed: 108 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -11,64 +11,68 @@ PATH
1111
GEM
1212
remote: http://rubygems.org/
1313
specs:
14-
actioncable (6.0.2.1)
15-
actionpack (= 6.0.2.1)
14+
actioncable (6.1.3.1)
15+
actionpack (= 6.1.3.1)
16+
activesupport (= 6.1.3.1)
1617
nio4r (~> 2.0)
1718
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.0.2.1)
19-
actionpack (= 6.0.2.1)
20-
activejob (= 6.0.2.1)
21-
activerecord (= 6.0.2.1)
22-
activestorage (= 6.0.2.1)
23-
activesupport (= 6.0.2.1)
19+
actionmailbox (6.1.3.1)
20+
actionpack (= 6.1.3.1)
21+
activejob (= 6.1.3.1)
22+
activerecord (= 6.1.3.1)
23+
activestorage (= 6.1.3.1)
24+
activesupport (= 6.1.3.1)
2425
mail (>= 2.7.1)
25-
actionmailer (6.0.2.1)
26-
actionpack (= 6.0.2.1)
27-
actionview (= 6.0.2.1)
28-
activejob (= 6.0.2.1)
26+
actionmailer (6.1.3.1)
27+
actionpack (= 6.1.3.1)
28+
actionview (= 6.1.3.1)
29+
activejob (= 6.1.3.1)
30+
activesupport (= 6.1.3.1)
2931
mail (~> 2.5, >= 2.5.4)
3032
rails-dom-testing (~> 2.0)
31-
actionpack (6.0.2.1)
32-
actionview (= 6.0.2.1)
33-
activesupport (= 6.0.2.1)
34-
rack (~> 2.0, >= 2.0.8)
33+
actionpack (6.1.3.1)
34+
actionview (= 6.1.3.1)
35+
activesupport (= 6.1.3.1)
36+
rack (~> 2.0, >= 2.0.9)
3537
rack-test (>= 0.6.3)
3638
rails-dom-testing (~> 2.0)
3739
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.0.2.1)
39-
actionpack (= 6.0.2.1)
40-
activerecord (= 6.0.2.1)
41-
activestorage (= 6.0.2.1)
42-
activesupport (= 6.0.2.1)
40+
actiontext (6.1.3.1)
41+
actionpack (= 6.1.3.1)
42+
activerecord (= 6.1.3.1)
43+
activestorage (= 6.1.3.1)
44+
activesupport (= 6.1.3.1)
4345
nokogiri (>= 1.8.5)
44-
actionview (6.0.2.1)
45-
activesupport (= 6.0.2.1)
46+
actionview (6.1.3.1)
47+
activesupport (= 6.1.3.1)
4648
builder (~> 3.1)
4749
erubi (~> 1.4)
4850
rails-dom-testing (~> 2.0)
4951
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.0.2.1)
51-
activesupport (= 6.0.2.1)
52+
activejob (6.1.3.1)
53+
activesupport (= 6.1.3.1)
5254
globalid (>= 0.3.6)
53-
activemodel (6.0.2.1)
54-
activesupport (= 6.0.2.1)
55-
activerecord (6.0.2.1)
56-
activemodel (= 6.0.2.1)
57-
activesupport (= 6.0.2.1)
58-
activestorage (6.0.2.1)
59-
actionpack (= 6.0.2.1)
60-
activejob (= 6.0.2.1)
61-
activerecord (= 6.0.2.1)
62-
marcel (~> 0.3.1)
63-
activesupport (6.0.2.1)
55+
activemodel (6.1.3.1)
56+
activesupport (= 6.1.3.1)
57+
activerecord (6.1.3.1)
58+
activemodel (= 6.1.3.1)
59+
activesupport (= 6.1.3.1)
60+
activestorage (6.1.3.1)
61+
actionpack (= 6.1.3.1)
62+
activejob (= 6.1.3.1)
63+
activerecord (= 6.1.3.1)
64+
activesupport (= 6.1.3.1)
65+
marcel (~> 1.0.0)
66+
mini_mime (~> 1.0.2)
67+
activesupport (6.1.3.1)
6468
concurrent-ruby (~> 1.0, >= 1.0.2)
65-
i18n (>= 0.7, < 2)
66-
minitest (~> 5.1)
67-
tzinfo (~> 1.1)
68-
zeitwerk (~> 2.2)
69+
i18n (>= 1.6, < 2)
70+
minitest (>= 5.1)
71+
tzinfo (~> 2.0)
72+
zeitwerk (~> 2.3)
6973
addressable (2.7.0)
7074
public_suffix (>= 2.0.2, < 5.0)
71-
appraisal (2.2.0)
75+
appraisal (2.4.0)
7276
bundler
7377
rake
7478
thor (>= 0.14.0)
@@ -77,40 +81,40 @@ GEM
7781
babel-source (>= 4.0, < 6)
7882
execjs (~> 2.0)
7983
builder (3.2.4)
80-
byebug (11.0.1)
81-
capybara (3.30.0)
84+
byebug (11.1.3)
85+
capybara (3.35.3)
8286
addressable
8387
mini_mime (>= 0.1.3)
8488
nokogiri (~> 1.8)
8589
rack (>= 1.6.0)
8690
rack-test (>= 0.6.3)
87-
regexp_parser (~> 1.5)
91+
regexp_parser (>= 1.5, < 3.0)
8892
xpath (~> 3.2)
8993
childprocess (3.0.0)
9094
codeclimate-test-reporter (1.0.9)
9195
simplecov (<= 0.13)
92-
coderay (1.1.2)
96+
coderay (1.1.3)
9397
coffee-rails (5.0.0)
9498
coffee-script (>= 2.2.0)
9599
railties (>= 5.2.0)
96100
coffee-script (2.4.1)
97101
coffee-script-source
98102
execjs
99103
coffee-script-source (1.12.2)
100-
concurrent-ruby (1.1.5)
101-
connection_pool (2.2.2)
102-
crass (1.0.5)
104+
concurrent-ruby (1.1.8)
105+
connection_pool (2.2.5)
106+
crass (1.0.6)
103107
docile (1.1.5)
104-
erubi (1.9.0)
108+
erubi (1.10.0)
105109
es5-shim-rails (4.0.1)
106110
actionpack (>= 3.1)
107111
railties (>= 3.1)
108112
execjs (2.7.0)
109-
ffi (1.11.3)
113+
ffi (1.15.0)
110114
formatador (0.2.5)
111115
globalid (0.4.2)
112116
activesupport (>= 4.2.0)
113-
guard (2.16.1)
117+
guard (2.16.2)
114118
formatador (>= 0.2.4)
115119
listen (>= 2.7, < 4.0)
116120
lumberjack (>= 1.0.12, < 2.0)
@@ -123,76 +127,76 @@ GEM
123127
guard-minitest (2.4.6)
124128
guard-compat (~> 1.2)
125129
minitest (>= 3.0)
126-
i18n (1.7.0)
130+
i18n (1.8.10)
127131
concurrent-ruby (~> 1.0)
128-
jbuilder (2.9.1)
129-
activesupport (>= 4.2.0)
130-
json (2.3.0)
132+
jbuilder (2.11.2)
133+
activesupport (>= 5.0.0)
134+
json (2.5.1)
131135
listen (3.0.8)
132136
rb-fsevent (~> 0.9, >= 0.9.4)
133137
rb-inotify (~> 0.9, >= 0.9.7)
134-
loofah (2.4.0)
138+
loofah (2.9.1)
135139
crass (~> 1.0.2)
136140
nokogiri (>= 1.5.9)
137-
lumberjack (1.0.13)
141+
lumberjack (1.2.8)
138142
mail (2.7.1)
139143
mini_mime (>= 0.1.1)
140-
marcel (0.3.3)
141-
mimemagic (~> 0.3.2)
142-
method_source (0.9.2)
143-
mimemagic (0.3.3)
144-
mini_mime (1.0.2)
145-
mini_portile2 (2.4.0)
146-
minitest (5.13.0)
144+
marcel (1.0.1)
145+
method_source (1.0.0)
146+
mini_mime (1.0.3)
147+
mini_portile2 (2.5.1)
148+
minitest (5.14.4)
147149
nenv (0.3.0)
148-
nio4r (2.5.2)
149-
nokogiri (1.10.8)
150-
mini_portile2 (~> 2.4.0)
150+
nio4r (2.5.7)
151+
nokogiri (1.11.3)
152+
mini_portile2 (~> 2.5.0)
153+
racc (~> 1.4)
151154
notiffany (0.1.3)
152155
nenv (~> 0.1)
153156
shellany (~> 0.0)
154-
pry (0.12.2)
155-
coderay (~> 1.1.0)
156-
method_source (~> 0.9.0)
157-
pry-byebug (3.7.0)
157+
pry (0.13.1)
158+
coderay (~> 1.1)
159+
method_source (~> 1.0)
160+
pry-byebug (3.9.0)
158161
byebug (~> 11.0)
159-
pry (~> 0.10)
160-
public_suffix (4.0.2)
162+
pry (~> 0.13.0)
163+
public_suffix (4.0.6)
164+
racc (1.5.2)
161165
rack (2.2.3)
162166
rack-test (1.1.0)
163167
rack (>= 1.0, < 3)
164-
rails (6.0.2.1)
165-
actioncable (= 6.0.2.1)
166-
actionmailbox (= 6.0.2.1)
167-
actionmailer (= 6.0.2.1)
168-
actionpack (= 6.0.2.1)
169-
actiontext (= 6.0.2.1)
170-
actionview (= 6.0.2.1)
171-
activejob (= 6.0.2.1)
172-
activemodel (= 6.0.2.1)
173-
activerecord (= 6.0.2.1)
174-
activestorage (= 6.0.2.1)
175-
activesupport (= 6.0.2.1)
176-
bundler (>= 1.3.0)
177-
railties (= 6.0.2.1)
168+
rails (6.1.3.1)
169+
actioncable (= 6.1.3.1)
170+
actionmailbox (= 6.1.3.1)
171+
actionmailer (= 6.1.3.1)
172+
actionpack (= 6.1.3.1)
173+
actiontext (= 6.1.3.1)
174+
actionview (= 6.1.3.1)
175+
activejob (= 6.1.3.1)
176+
activemodel (= 6.1.3.1)
177+
activerecord (= 6.1.3.1)
178+
activestorage (= 6.1.3.1)
179+
activesupport (= 6.1.3.1)
180+
bundler (>= 1.15.0)
181+
railties (= 6.1.3.1)
178182
sprockets-rails (>= 2.0.0)
179183
rails-dom-testing (2.0.3)
180184
activesupport (>= 4.2.0)
181185
nokogiri (>= 1.6)
182186
rails-html-sanitizer (1.3.0)
183187
loofah (~> 2.3)
184-
railties (6.0.2.1)
185-
actionpack (= 6.0.2.1)
186-
activesupport (= 6.0.2.1)
188+
railties (6.1.3.1)
189+
actionpack (= 6.1.3.1)
190+
activesupport (= 6.1.3.1)
187191
method_source
188192
rake (>= 0.8.7)
189-
thor (>= 0.20.3, < 2.0)
190-
rake (13.0.1)
191-
rb-fsevent (0.10.3)
193+
thor (~> 1.0)
194+
rake (13.0.3)
195+
rb-fsevent (0.10.4)
192196
rb-inotify (0.10.1)
193197
ffi (~> 1.0)
194-
regexp_parser (1.6.0)
195-
rubyzip (2.0.0)
198+
regexp_parser (2.1.1)
199+
rubyzip (2.3.0)
196200
selenium-webdriver (3.142.7)
197201
childprocess (>= 0.5, < 4.0)
198202
rubyzip (>= 1.2.2)
@@ -202,29 +206,28 @@ GEM
202206
json (>= 1.8, < 3)
203207
simplecov-html (~> 0.10.0)
204208
simplecov-html (0.10.2)
205-
sprockets (4.0.0)
209+
sprockets (4.0.2)
206210
concurrent-ruby (~> 1.0)
207211
rack (> 1, < 3)
208-
sprockets-rails (3.2.1)
212+
sprockets-rails (3.2.2)
209213
actionpack (>= 4.0)
210214
activesupport (>= 4.0)
211215
sprockets (>= 3.0.0)
212216
test-unit (2.5.5)
213-
thor (1.0.1)
214-
thread_safe (0.3.6)
217+
thor (1.1.0)
215218
tilt (2.0.10)
216-
tzinfo (1.2.6)
217-
thread_safe (~> 0.1)
218-
webdrivers (4.2.0)
219+
tzinfo (2.0.4)
220+
concurrent-ruby (~> 1.0)
221+
webdrivers (4.6.0)
219222
nokogiri (~> 1.6)
220223
rubyzip (>= 1.3.0)
221224
selenium-webdriver (>= 3.0, < 4.0)
222-
websocket-driver (0.7.1)
225+
websocket-driver (0.7.3)
223226
websocket-extensions (>= 0.1.0)
224227
websocket-extensions (0.1.5)
225228
xpath (3.2.0)
226229
nokogiri (~> 1.8)
227-
zeitwerk (2.2.2)
230+
zeitwerk (2.4.2)
228231

229232
PLATFORMS
230233
ruby
@@ -248,4 +251,4 @@ DEPENDENCIES
248251
webdrivers
249252

250253
BUNDLED WITH
251-
2.1.2
254+
2.2.16

0 commit comments

Comments
 (0)