Skip to content

Commit

Permalink
Update dependency letter_opener_web to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent 0533a37 commit fa0bf02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
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
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
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.6)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.22.3)
minitest (5.23.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.11)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -606,7 +606,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-livereload (0.5.1)
rack
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.2.8)
strscan (>= 3.0.9)
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.14)

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

0 comments on commit fa0bf02

Please sign in to comment.