Skip to content

Commit

Permalink
Merge pull request #254 from genebean/dependabot/bundler/net-smtp-0.3.3
Browse files Browse the repository at this point in the history
Bump net-smtp from 0.3.1 to 0.3.3
  • Loading branch information
genebean authored Jan 26, 2023
2 parents 8091bc7 + 91b2a98 commit d1fb5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org/'

# App Stack
gem 'json', '~> 2.3'
gem 'net-smtp', '~> 0.3.1'
gem 'net-smtp', '~> 0.3.3'
gem 'passenger', '~> 6.0'
gem 'pony', '~> 1.13'
gem 'prometheus-client', '~> 2.1'
Expand Down
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GEM
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
digest (3.1.0)
json (2.6.2)
mail (2.7.1)
mini_mime (>= 0.1.1)
Expand All @@ -19,10 +18,8 @@ GEM
ruby2_keywords (~> 0.0.1)
net-protocol (0.1.3)
timeout
net-smtp (0.3.1)
digest
net-smtp (0.3.3)
net-protocol
timeout
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -77,7 +74,7 @@ DEPENDENCIES
json (~> 2.3)
minitest (~> 5.14, >= 5.14.4)
minitest-reporters (~> 1.4, >= 1.4.3)
net-smtp (~> 0.3.1)
net-smtp (~> 0.3.3)
passenger (~> 6.0)
pony (~> 1.13)
prometheus-client (~> 2.1)
Expand Down

0 comments on commit d1fb5b0

Please sign in to comment.