Skip to content

Commit

Permalink
Fix Ruby 3.3 bundled gem warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Jan 22, 2024
1 parent f87f8bf commit a9d44a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions letter_opener.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.require_path = "lib"

s.add_dependency 'launchy', '>= 2.2', '< 3'
s.add_dependency 'nkf'

s.add_development_dependency 'rspec', '~> 3.10.0'
s.add_development_dependency 'mail', '~> 2.6.0'
Expand Down

0 comments on commit a9d44a0

Please sign in to comment.