Skip to content

Commit

Permalink
Merge pull request #5378 from dodona-edu/dependabot/bundler/letter_op…
Browse files Browse the repository at this point in the history
…ener-1.9.0

Bump letter_opener from 1.8.1 to 1.9.0
  • Loading branch information
bmesuere authored Feb 19, 2024
2 parents 129dc85 + b32f155 commit 32ad62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ group :development do
gem 'rubocop-rails', '~> 2.23.1'

# for opening letters
gem 'letter_opener', '~> 1.8.1'
gem 'letter_opener', '~> 1.9.0'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
launchy (2.5.0)
addressable (~> 2.7)
letter_opener (1.8.1)
launchy (2.5.2)
addressable (~> 2.8)
letter_opener (1.9.0)
launchy (>= 2.2, < 3)
libdatadog (5.0.0.1.0-x86_64-linux)
libddwaf (1.14.0.0.0-x86_64-linux)
Expand Down Expand Up @@ -599,7 +599,7 @@ DEPENDENCIES
jwt (~> 2.8.0)
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
letter_opener (~> 1.8.1)
letter_opener (~> 1.9.0)
listen (~> 3.8.0)
mail (~> 2.8.1)
mail_form (~> 1.10.1)
Expand Down

0 comments on commit 32ad62a

Please sign in to comment.