Skip to content

Commit 0ce1c0b

Browse files
committed
update rails gem and pin mail gem
1 parent e32aba5 commit 0ce1c0b

File tree

2 files changed

+65
-77
lines changed

2 files changed

+65
-77
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ gem 'rdf-turtle', require: 'rdf/turtle'
9595
gem 'rdf-vocab', require: 'rdf/vocab'
9696
gem 'oai'
9797
gem 'active_storage_validations'
98+
gem 'mail', '~> 2.7.1'
9899

99100
group :development, :test do
100101
gem 'annotate'

Gemfile.lock

Lines changed: 64 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.1)
5-
actionpack (= 6.1.7.1)
6-
activesupport (= 6.1.7.1)
4+
actioncable (6.1.7.2)
5+
actionpack (= 6.1.7.2)
6+
activesupport (= 6.1.7.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.1)
10-
actionpack (= 6.1.7.1)
11-
activejob (= 6.1.7.1)
12-
activerecord (= 6.1.7.1)
13-
activestorage (= 6.1.7.1)
14-
activesupport (= 6.1.7.1)
9+
actionmailbox (6.1.7.2)
10+
actionpack (= 6.1.7.2)
11+
activejob (= 6.1.7.2)
12+
activerecord (= 6.1.7.2)
13+
activestorage (= 6.1.7.2)
14+
activesupport (= 6.1.7.2)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.1)
17-
actionpack (= 6.1.7.1)
18-
actionview (= 6.1.7.1)
19-
activejob (= 6.1.7.1)
20-
activesupport (= 6.1.7.1)
16+
actionmailer (6.1.7.2)
17+
actionpack (= 6.1.7.2)
18+
actionview (= 6.1.7.2)
19+
activejob (= 6.1.7.2)
20+
activesupport (= 6.1.7.2)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.1)
24-
actionview (= 6.1.7.1)
25-
activesupport (= 6.1.7.1)
23+
actionpack (6.1.7.2)
24+
actionview (= 6.1.7.2)
25+
activesupport (= 6.1.7.2)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.1)
31-
actionpack (= 6.1.7.1)
32-
activerecord (= 6.1.7.1)
33-
activestorage (= 6.1.7.1)
34-
activesupport (= 6.1.7.1)
30+
actiontext (6.1.7.2)
31+
actionpack (= 6.1.7.2)
32+
activerecord (= 6.1.7.2)
33+
activestorage (= 6.1.7.2)
34+
activesupport (= 6.1.7.2)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.1)
37-
activesupport (= 6.1.7.1)
36+
actionview (6.1.7.2)
37+
activesupport (= 6.1.7.2)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
@@ -44,30 +44,30 @@ GEM
4444
activemodel (>= 5.2.0)
4545
activestorage (>= 5.2.0)
4646
activesupport (>= 5.2.0)
47-
activejob (6.1.7.1)
48-
activesupport (= 6.1.7.1)
47+
activejob (6.1.7.2)
48+
activesupport (= 6.1.7.2)
4949
globalid (>= 0.3.6)
50-
activemodel (6.1.7.1)
51-
activesupport (= 6.1.7.1)
52-
activerecord (6.1.7.1)
53-
activemodel (= 6.1.7.1)
54-
activesupport (= 6.1.7.1)
55-
activestorage (6.1.7.1)
56-
actionpack (= 6.1.7.1)
57-
activejob (= 6.1.7.1)
58-
activerecord (= 6.1.7.1)
59-
activesupport (= 6.1.7.1)
50+
activemodel (6.1.7.2)
51+
activesupport (= 6.1.7.2)
52+
activerecord (6.1.7.2)
53+
activemodel (= 6.1.7.2)
54+
activesupport (= 6.1.7.2)
55+
activestorage (6.1.7.2)
56+
actionpack (= 6.1.7.2)
57+
activejob (= 6.1.7.2)
58+
activerecord (= 6.1.7.2)
59+
activesupport (= 6.1.7.2)
6060
marcel (~> 1.0)
6161
mini_mime (>= 1.1.0)
62-
activesupport (6.1.7.1)
62+
activesupport (6.1.7.2)
6363
concurrent-ruby (~> 1.0, >= 1.0.2)
6464
i18n (>= 1.6, < 2)
6565
minitest (>= 5.1)
6666
tzinfo (~> 2.0)
6767
zeitwerk (~> 2.3)
6868
acts-as-taggable-on (9.0.1)
6969
activerecord (>= 6.0, < 7.1)
70-
acts_as_list (1.0.4)
70+
acts_as_list (1.1.0)
7171
activerecord (>= 4.2)
7272
addressable (2.8.1)
7373
public_suffix (>= 2.0.2, < 6.0)
@@ -79,7 +79,7 @@ GEM
7979
activerecord (>= 4.0.0, < 7.1)
8080
bcrypt (3.1.18)
8181
bindex (0.8.1)
82-
bootsnap (1.15.0)
82+
bootsnap (1.16.0)
8383
msgpack (~> 1.2)
8484
browser (5.3.1)
8585
builder (3.2.4)
@@ -103,13 +103,12 @@ GEM
103103
caxlsx (>= 3.0)
104104
climate_control (0.2.0)
105105
cocoon (1.2.15)
106-
concurrent-ruby (1.1.10)
106+
concurrent-ruby (1.2.0)
107107
crack (0.4.5)
108108
rexml
109109
crass (1.0.6)
110110
database_consistency (1.7.4)
111111
activerecord (>= 3.2)
112-
date (3.3.3)
113112
date_validator (0.12.0)
114113
activemodel (>= 3)
115114
activesupport (>= 3)
@@ -169,7 +168,7 @@ GEM
169168
friendly_id (5.5.0)
170169
activerecord (>= 4.0.0)
171170
geocoder (1.8.1)
172-
globalid (1.0.1)
171+
globalid (1.1.0)
173172
activesupport (>= 5.0)
174173
globalize (6.2.1)
175174
activemodel (>= 4.2, < 7.1)
@@ -225,11 +224,8 @@ GEM
225224
loofah (2.19.1)
226225
crass (~> 1.0.2)
227226
nokogiri (>= 1.5.9)
228-
mail (2.8.0.1)
227+
mail (2.7.1)
229228
mini_mime (>= 0.1.1)
230-
net-imap
231-
net-pop
232-
net-smtp
233229
marcel (1.0.2)
234230
matrix (0.4.2)
235231
method_source (1.0.0)
@@ -242,20 +238,11 @@ GEM
242238
mono_logger (1.1.1)
243239
msgpack (1.6.0)
244240
multi_json (1.15.0)
245-
multipart-post (2.2.3)
241+
multipart-post (2.3.0)
246242
mustermann (3.0.0)
247243
ruby2_keywords (~> 0.0.1)
248-
net-imap (0.3.4)
249-
date
250-
net-protocol
251-
net-pop (0.1.2)
252-
net-protocol
253-
net-protocol (0.2.1)
254-
timeout
255-
net-smtp (0.3.3)
256-
net-protocol
257244
nio4r (2.5.8)
258-
nokogiri (1.14.0-x86_64-linux)
245+
nokogiri (1.14.1-x86_64-linux)
259246
racc (~> 1.4)
260247
nori (2.6.0)
261248
oai (1.2.1)
@@ -289,20 +276,20 @@ GEM
289276
rack
290277
rack-test (2.0.2)
291278
rack (>= 1.3)
292-
rails (6.1.7.1)
293-
actioncable (= 6.1.7.1)
294-
actionmailbox (= 6.1.7.1)
295-
actionmailer (= 6.1.7.1)
296-
actionpack (= 6.1.7.1)
297-
actiontext (= 6.1.7.1)
298-
actionview (= 6.1.7.1)
299-
activejob (= 6.1.7.1)
300-
activemodel (= 6.1.7.1)
301-
activerecord (= 6.1.7.1)
302-
activestorage (= 6.1.7.1)
303-
activesupport (= 6.1.7.1)
279+
rails (6.1.7.2)
280+
actioncable (= 6.1.7.2)
281+
actionmailbox (= 6.1.7.2)
282+
actionmailer (= 6.1.7.2)
283+
actionpack (= 6.1.7.2)
284+
actiontext (= 6.1.7.2)
285+
actionview (= 6.1.7.2)
286+
activejob (= 6.1.7.2)
287+
activemodel (= 6.1.7.2)
288+
activerecord (= 6.1.7.2)
289+
activestorage (= 6.1.7.2)
290+
activesupport (= 6.1.7.2)
304291
bundler (>= 1.15.0)
305-
railties (= 6.1.7.1)
292+
railties (= 6.1.7.2)
306293
sprockets-rails (>= 2.0.0)
307294
rails-controller-testing (1.0.5)
308295
actionpack (>= 5.0.1.rc1)
@@ -318,9 +305,9 @@ GEM
318305
railties (>= 6.0.0, < 7)
319306
rails_autolink (1.1.7)
320307
rails (> 3.1)
321-
railties (6.1.7.1)
322-
actionpack (= 6.1.7.1)
323-
activesupport (= 6.1.7.1)
308+
railties (6.1.7.2)
309+
actionpack (= 6.1.7.2)
310+
activesupport (= 6.1.7.2)
324311
method_source
325312
rake (>= 12.2)
326313
thor (~> 1.0)
@@ -394,7 +381,7 @@ GEM
394381
sprockets-rails
395382
tilt
396383
scanf (1.0.0)
397-
selenium-webdriver (4.7.1)
384+
selenium-webdriver (4.8.0)
398385
rexml (~> 3.2, >= 3.2.5)
399386
rubyzip (>= 1.2.2, < 3.0)
400387
websocket (~> 1.0)
@@ -435,9 +422,8 @@ GEM
435422
climate_control (>= 0.0.3, < 1.0)
436423
thor (1.2.1)
437424
tilt (2.0.11)
438-
timeout (0.3.1)
439425
typesafe_enum (0.3.1)
440-
tzinfo (2.0.5)
426+
tzinfo (2.0.6)
441427
concurrent-ruby (~> 1.0)
442428
unicode-types (1.8.0)
443429
vcr (6.1.0)
@@ -456,7 +442,7 @@ GEM
456442
addressable (>= 2.8.0)
457443
crack (>= 0.3.2)
458444
hashdiff (>= 0.4.0, < 2.0.0)
459-
webpacker (5.4.3)
445+
webpacker (5.4.4)
460446
activesupport (>= 5.2)
461447
rack-proxy (>= 0.6.1)
462448
railties (>= 5.2)
@@ -511,6 +497,7 @@ DEPENDENCIES
511497
library_stdnums
512498
lisbn
513499
listen (~> 3.3)
500+
mail (~> 2.7.1)
514501
oai
515502
parallel_tests
516503
pg (~> 1.1)

0 commit comments

Comments
 (0)