Skip to content

Commit

Permalink
Gem 'net-smtp' als temporäre Abhängigkeit ergänzt
Browse files Browse the repository at this point in the history
Mit Ruby 3.1 ist u.a. 'net-smtp' aus den Standardabhängigkeiten
entfallen. 'mail' benötigt diese Abhängigkeit und löst diese jedoch erst
ab Version 2.8.0 selbst auf (mikel/mail#1472),
das bisher noch nicht veröffentlicht wurde (nur als RC1).
  • Loading branch information
nbennke authored and ro3t committed Jun 22, 2022
1 parent aa5464e commit 7c839cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ group :test do
gem 'webdrivers'
end

gem 'activerecord-postgis-adapter'
gem 'active_storage_validations'
gem 'activerecord-postgis-adapter'
gem 'bootstrap'
gem 'bootstrap-datepicker-rails'
gem 'coffee-rails'
Expand All @@ -64,6 +64,7 @@ gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'kaminari'
gem 'net-ldap'
gem 'net-smtp', require: false # drop after gem mail >= v2.8.0
gem 'pdfkit'
gem 'rails-i18n'
gem 'rubyXL'
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
crass (1.0.6)
digest (3.1.0)
erb_lint (0.1.1)
activesupport
better_html (~> 1.0.7)
Expand Down Expand Up @@ -192,6 +193,12 @@ GEM
msgpack (1.5.2)
multi_xml (0.6.0)
net-ldap (0.17.1)
net-protocol (0.1.3)
timeout
net-smtp (0.3.1)
digest
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -320,6 +327,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
tilt (2.0.10)
timeout (0.3.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down Expand Up @@ -369,6 +377,7 @@ DEPENDENCIES
kaminari
listen (~> 3.2)
net-ldap
net-smtp
pdfkit
pg (~> 1.2)
pronto-rubocop
Expand Down

0 comments on commit 7c839cf

Please sign in to comment.