Skip to content

Commit

Permalink
update email_spec gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 1, 2024
1 parent 5dc51b9 commit bd2adb9
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 130 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ gem "terser"

group :test do
gem "capybara"
# For some reason upgrading to email_spec 2.2.1 completely breaks things for us
# TODO: Figure out what's going on fix this properly
gem "email_spec", "2.2.0"
gem "email_spec"
gem "factory_bot"
gem "factory_bot_rails"
gem "rails-controller-testing"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.0.0)
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
Expand Down Expand Up @@ -226,9 +227,9 @@ GEM
base64
faraday (>= 1, < 3)
multi_json
email_spec (2.2.0)
email_spec (2.3.0)
htmlentities (~> 4.3.3)
launchy (~> 2.1)
launchy (>= 2.1, < 4.0)
mail (~> 2.7)
erb_lint (0.6.0)
activesupport
Expand Down Expand Up @@ -357,8 +358,9 @@ GEM
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
launchy (2.5.2)
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)
libv8-node (22.5.1.0-aarch64-linux)
libv8-node (22.5.1.0-arm64-darwin)
libv8-node (22.5.1.0-x86_64-linux)
Expand Down Expand Up @@ -784,7 +786,7 @@ DEPENDENCIES
devise (~> 4.2)
dotenv-rails
elasticsearch (~> 7)
email_spec (= 2.2.0)
email_spec
erb_lint
factory_bot
factory_bot_rails
Expand Down
9 changes: 9 additions & 0 deletions sorbet/rbi/gems/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd2adb9

Please sign in to comment.