Skip to content

Commit

Permalink
[wip] Adding mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Oct 19, 2022
1 parent 14caccd commit 3e5556b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ gem "datacite", github: "sul-dlss/datacite-ruby", branch: "main"

gem "kramdown"

gem "mailcatcher"

group :development, :test do
gem "bixby"
gem "byebug"
Expand Down
32 changes: 32 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
daemons (1.4.1)
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
Expand All @@ -186,6 +187,7 @@ GEM
dry-core (~> 0.7)
dumb_delegator (1.0.0)
erubi (1.11.0)
eventmachine (1.2.7)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
Expand All @@ -202,6 +204,10 @@ GEM
activerecord (>= 4.0.0)
globalid (1.0.0)
activesupport (>= 5.0)
haml (6.0.7)
temple (>= 0.8.2)
thor
tilt
hashdiff (1.0.1)
hashie (3.6.0)
honeybadger (4.12.1)
Expand All @@ -212,6 +218,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.1)
json (2.6.2)
json_schema (0.21.0)
kramdown (2.4.0)
rexml
Expand All @@ -223,6 +230,16 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
mailcatcher (0.2.4)
eventmachine
haml
i18n
json
mail
sinatra
skinny (>= 0.1.2)
sqlite3-ruby
thin
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
Expand Down Expand Up @@ -386,6 +403,9 @@ GEM
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
skinny (0.2.2)
eventmachine (~> 1.0)
thin
spring (4.0.0)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
Expand All @@ -394,12 +414,23 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.3-x86_64-darwin)
sqlite3 (1.5.3-x86_64-linux)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
sshkit (1.21.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
sync (0.5.0)
temple (0.8.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
Expand Down Expand Up @@ -485,6 +516,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
kramdown
listen (~> 3.3)
mailcatcher
nokogiri (>= 1.13.4)
omniauth-cas
pg
Expand Down

0 comments on commit 3e5556b

Please sign in to comment.