Drop version constraint on mail and update bundle
This commit is contained in:
parent
c8cbf2457d
commit
2ee8fcda40
2 changed files with 6 additions and 7 deletions
3
Gemfile
3
Gemfile
|
@ -131,9 +131,6 @@ gem "aws-sdk-s3"
|
|||
# Used to resize user images
|
||||
gem "image_processing"
|
||||
|
||||
# Avoid mail 2.8.0 due to https://github.com/mikel/mail/issues/1489
|
||||
gem "mail", "~> 2.7.1"
|
||||
|
||||
# Gems useful for development
|
||||
group :development do
|
||||
gem "annotate"
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -86,7 +86,7 @@ GEM
|
|||
autoprefixer-rails (10.4.7.0)
|
||||
execjs (~> 2)
|
||||
aws-eventstream (1.2.0)
|
||||
aws-partitions (1.690.0)
|
||||
aws-partitions (1.692.0)
|
||||
aws-sdk-core (3.168.4)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.651.0)
|
||||
|
@ -276,8 +276,11 @@ GEM
|
|||
loofah (2.19.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.7.1)
|
||||
mail (2.8.0.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
marcel (1.0.2)
|
||||
matrix (0.4.2)
|
||||
maxminddb (0.1.22)
|
||||
|
@ -299,7 +302,7 @@ GEM
|
|||
net-smtp (0.3.3)
|
||||
net-protocol
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.13.10)
|
||||
nokogiri (1.14.0)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
oauth (0.4.7)
|
||||
|
@ -557,7 +560,6 @@ DEPENDENCIES
|
|||
libxml-ruby (>= 2.0.5)
|
||||
listen
|
||||
logstasher
|
||||
mail (~> 2.7.1)
|
||||
marcel
|
||||
maxminddb
|
||||
minitest (~> 5.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue