Skip to content

Commit

Permalink
add smtp gems to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis S Dujota authored and Denis S Dujota committed Oct 14, 2022
1 parent 26f12fb commit 20348ee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ gem "devise", "~> 4.8"
gem "cancancan", "~> 3.2"

# Anti Spam
gem 'invisible_captcha'
gem "invisible_captcha"
gem "net-smtp" # to send email
gem "net-imap" # for rspec
gem "net-pop" # for rspec
49 changes: 22 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
bcrypt (3.1.16)
bcrypt (3.1.16-java)
bindex (0.8.1)
bootsnap (1.9.4)
msgpack (~> 1.0)
Expand All @@ -80,6 +79,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
digest (3.0.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
Expand All @@ -91,15 +91,13 @@ GEM
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffi (1.15.5)
ffi (1.15.5-java)
ffi (1.15.5-x64-mingw32)
ffi (1.15.5-x86-mingw32)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
invisible_captcha (2.0.0)
rails (>= 5.0)
io-wait (0.2.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand All @@ -121,34 +119,34 @@ GEM
mini_portile2 (2.8.0)
minitest (5.15.0)
msgpack (1.4.2)
msgpack (1.4.2-java)
net-imap (0.1.1)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.1)
io-wait
timeout
net-smtp (0.2.1)
digest
net-protocol
timeout
nio4r (2.5.8)
nio4r (2.5.8-java)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.6-java)
racc (~> 1.4)
nokogiri (1.13.6-x64-mingw32)
racc (~> 1.4)
nokogiri (1.13.6-x86-mingw32)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.2.3)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry (0.14.1-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
public_suffix (4.0.6)
puma (5.6.4)
nio4r (~> 2.0)
puma (5.6.4-java)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.4)
rack-mini-profiler (2.3.3)
rack (>= 1.2.0)
Expand Down Expand Up @@ -211,17 +209,13 @@ GEM
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
semantic_range (3.0.0)
spoon (0.0.6)
ffi
spring (4.0.0)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
Expand All @@ -230,15 +224,15 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.0.1)
thor (1.2.1)
tilt (2.0.10)
timeout (0.1.1)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
Expand All @@ -253,8 +247,6 @@ GEM
semantic_range (>= 2.3.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-driver (0.7.5-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.5.4)

Expand All @@ -276,6 +268,9 @@ DEPENDENCIES
jbuilder (~> 2.7)
letter_opener
listen (~> 3.3)
net-imap
net-pop
net-smtp
pg
pry (~> 0.14.1)
puma (~> 5.6)
Expand Down

0 comments on commit 20348ee

Please sign in to comment.