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 Dec 25, 2023
1 parent f87f8bf commit fa97a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1")
gem "net-smtp", require: false
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3")
gem "nkf", require: false
end

gem "rake"

0 comments on commit fa97a6e

Please sign in to comment.