Skip to content

Commit

Permalink
chore(deps): update dependency resend to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent ec85cd1 commit 136a6f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.4"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.6"

gem "resend", "0.15.0"
gem "resend", "0.16.0"

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
# gem "jbuilder"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
crass (1.0.6)
csv (3.3.1)
csv (3.3.2)
date (3.3.4)
debug (1.9.1)
irb (~> 1.10)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
psych (>= 4.0.0)
reline (0.4.2)
io-console (~> 0.5)
resend (0.15.0)
resend (0.16.0)
httparty (>= 0.21.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
Expand All @@ -192,7 +192,7 @@ DEPENDENCIES
pry
puma (~> 5.6)
rails (~> 7.0.0)
resend (= 0.15.0)
resend (= 0.16.0)
sqlite3 (~> 1.4)
tzinfo-data

Expand Down

0 comments on commit 136a6f5

Please sign in to comment.