Skip to content

Commit

Permalink
Fixup: Add net-smtp (required for ruby 3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed Apr 30, 2024
1 parent 96dffb5 commit bd214a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "thor"
gem "rake", "~> 12.3"
gem "csv"
gem "base64"
gem "net-smtp"

group :development, :test do
gem "rspec", "~> 3.0"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ GEM
lint_roller (1.1.0)
method_source (1.1.0)
mysql2 (0.5.6)
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
pairtree (0.3.0)
parallel (1.24.0)
Expand Down Expand Up @@ -91,6 +95,7 @@ GEM
rubocop-performance (~> 1.20.2)
thor (1.3.1)
timecop (0.9.8)
timeout (0.4.1)
unicode-display_width (2.5.0)

PLATFORMS
Expand All @@ -101,6 +106,7 @@ DEPENDENCIES
byebug
csv
mysql2
net-smtp
pairtree (~> 0.3)
pry
puma
Expand Down

0 comments on commit bd214a1

Please sign in to comment.