Skip to content

Commit

Permalink
Add net-smtp to build
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 26, 2024
1 parent 994f286 commit ccf5408
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ gem "sassc-rails", "~> 2.1"
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem "webpacker", "~> 5.0"

# Not sure why
gem "net-smtp", require: false

# Bulma
gem "bulma-rails", "~> 0.9.1"
gem "font-awesome-sass", "~> 5.15"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,12 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
mysql2 (0.5.4)
net-protocol (0.2.2)
timeout
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-smtp (0.5.0)
net-protocol
net-ssh (6.1.0)
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
Expand Down Expand Up @@ -344,6 +348,7 @@ GEM
climate_control (>= 0.0.3, < 1.0)
thor (1.3.1)
tilt (2.0.10)
timeout (0.4.1)
tqdm (0.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -402,6 +407,7 @@ DEPENDENCIES
kt-paperclip (~> 7.0)
listen (~> 3.7)
mysql2 (~> 0.5.3)
net-smtp
omniauth-rails_csrf_protection
omniauth-zeuswpi
puma (~> 5.5.0)
Expand Down

0 comments on commit ccf5408

Please sign in to comment.