Merge pull request #7159 from betagouv/missing_gems_for_ruby_3_1_2

rajoute des gems manquante de ruby 3.1.2
This commit is contained in:
LeSim 2022-04-13 17:19:20 +02:00 committed by GitHub
commit 360c0675c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View file

@ -56,7 +56,9 @@ gem 'lograge'
gem 'logstash-event'
gem 'mailjet', require: false
gem 'matrix' # needed by prawn and not default in ruby 3.1
gem 'net-smtp', require: false # See https://github.com/mikel/mail/pull/1439
gem 'net-imap', require: false # See https://github.com/mikel/mail/pull/1439
gem 'net-pop', require: false # same
gem 'net-smtp', require: false # same
gem 'openid_connect'
gem 'pg'
gem 'phonelib'

View file

@ -217,6 +217,7 @@ GEM
railties (< 7.1)
rotp (~> 6.0)
diff-lcs (1.4.4)
digest (3.1.0)
discard (1.2.0)
activerecord (>= 4.2, < 7)
domain_name (0.5.20190701)
@ -441,6 +442,14 @@ GEM
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-imap (0.2.3)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.1)
io-wait
timeout
@ -711,6 +720,7 @@ GEM
sprockets (>= 3.0.0)
strong_migrations (0.8.0)
activerecord (>= 5.2)
strscan (3.0.1)
swd (1.3.0)
activesupport (>= 3)
attr_required (>= 0.0.5)
@ -856,6 +866,8 @@ DEPENDENCIES
mailjet
matrix
mina
net-imap
net-pop
net-smtp
openid_connect
pg