Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency letter_opener_web to v3 #3414

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ group :development do
gem 'guard'
gem 'guard-livereload'
gem 'guard-rspec'
gem 'letter_opener_web', '~> 2.0'
gem 'letter_opener_web', '~> 3.0'
gem 'rack-livereload'
gem 'web-console', '>= 4.2.1'

Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
airbrussh (1.4.1)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
Expand Down Expand Up @@ -196,7 +196,7 @@ GEM
kaminari (>= 0.13)
rails (>= 3.1)
buftok (0.3.0)
builder (3.2.4)
builder (3.3.0)
capistrano (3.17.3)
airbrussh (>= 1.0.0)
i18n
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
cookiejar (0.3.4)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
equalizer (0.0.11)
erubi (1.12.0)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
ethon (0.16.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
httpclient (2.8.3)
huginn_agent (0.6.1)
thor
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
jquery-rails (4.6.0)
Expand Down Expand Up @@ -467,10 +467,10 @@ GEM
childprocess (~> 5.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
letter_opener_web (2.0.0)
actionmailer (>= 5.2)
letter_opener (~> 1.7)
railties (>= 5.2)
letter_opener_web (3.0.0)
actionmailer (>= 6.1)
letter_opener (~> 1.9)
railties (>= 6.1)
rexml
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-aarch64-linux)
Expand Down Expand Up @@ -510,7 +510,7 @@ GEM
mini_portile2 (2.8.7)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.22.3)
minitest (5.24.1)
mqtt (0.6.0)
msgpack (1.7.2)
multi_json (1.15.0)
Expand All @@ -523,7 +523,7 @@ GEM
net-protocol
time
net-ftp-list (3.3.0)
net-imap (0.4.10)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -602,7 +602,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down Expand Up @@ -669,7 +669,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.3.1)
strscan
rly (0.2.3)
rouge (4.1.1)
rr (3.1.0)
Expand Down Expand Up @@ -790,6 +791,7 @@ GEM
sshkit (1.21.4)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
strscan (3.1.0)
terser (1.1.15)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
Expand Down Expand Up @@ -842,7 +844,7 @@ GEM
xmpp4r (0.5.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.16)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -900,7 +902,7 @@ DEPENDENCIES
jsonpath (~> 1.1, >= 1.1.5)
kaminari (~> 1.2, >= 1.2.2)
kramdown
letter_opener_web (~> 2.0)
letter_opener_web (~> 3.0)
liquid (~> 5.5)
listen (~> 3.9.0)
loofah (~> 2.22)
Expand Down
Loading