Skip to content

Commit 4898588

Browse files
chore(deps): update dependency resend to v0.18.1 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec79fb7 commit 4898588

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.4"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "~> 5.6"
1414

15-
gem "resend", "0.16.0"
15+
gem "resend", "0.18.1"
1616

1717
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
1818
# gem "jbuilder"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
bigdecimal (3.1.8)
69+
bigdecimal (3.1.9)
7070
bootsnap (1.18.4)
7171
msgpack (~> 1.2)
7272
builder (3.3.0)
@@ -166,7 +166,7 @@ GEM
166166
psych (>= 4.0.0)
167167
reline (0.4.2)
168168
io-console (~> 0.5)
169-
resend (0.16.0)
169+
resend (0.18.1)
170170
httparty (>= 0.21.0)
171171
sqlite3 (1.7.3-arm64-darwin)
172172
sqlite3 (1.7.3-x86_64-darwin)
@@ -192,7 +192,7 @@ DEPENDENCIES
192192
pry
193193
puma (~> 5.6)
194194
rails (~> 7.0.0)
195-
resend (= 0.16.0)
195+
resend (= 0.18.1)
196196
sqlite3 (~> 1.4)
197197
tzinfo-data
198198

0 commit comments

Comments
 (0)