Skip to content

Commit

Permalink
Update dependency letter_opener_web to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 66dd4ed commit 12d56b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 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', '~> 1.4', '>= 1.4.1' # 2.0+ requires Ruby 2.7
gem 'letter_opener_web', '~> 2.0' # 2.0+ requires Ruby 2.7
gem 'rack-livereload'
gem 'web-console', '>= 4.2.1'

Expand Down
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.0.0)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -314,8 +315,8 @@ GEM
geokit-rails (2.5.0)
geokit (~> 1.5)
rails (>= 3.0)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
gmail_xoauth (0.4.2)
oauth (>= 0.3.6)
google-api-client (0.53.0)
Expand Down Expand Up @@ -461,14 +462,16 @@ GEM
kgio (2.11.4)
kramdown (2.4.0)
rexml
launchy (2.5.2)
launchy (3.0.1)
addressable (~> 2.8)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
letter_opener_web (1.4.1)
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
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)
rexml
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-aarch64-linux)
libv8-node (16.10.0.0-arm64-darwin)
Expand Down Expand Up @@ -520,7 +523,7 @@ GEM
net-protocol
time
net-ftp-list (3.3.0)
net-imap (0.3.7)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -529,7 +532,7 @@ GEM
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.3.4)
net-smtp (0.5.0)
net-protocol
net-ssh (7.1.0)
netrc (0.11.0)
Expand Down Expand Up @@ -794,7 +797,7 @@ GEM
tilt (2.1.0)
time (0.2.2)
date
timeout (0.3.2)
timeout (0.4.1)
trailblazer-option (0.1.2)
treetop (1.6.12)
polyglot (~> 0.3)
Expand Down Expand Up @@ -898,7 +901,7 @@ DEPENDENCIES
jsonpath (~> 1.1, >= 1.1.5)
kaminari (~> 1.2, >= 1.2.2)
kramdown
letter_opener_web (~> 1.4, >= 1.4.1)
letter_opener_web (~> 2.0)
liquid (~> 5.5)
listen (~> 3.9.0)
loofah (~> 2.22)
Expand Down

0 comments on commit 12d56b6

Please sign in to comment.