File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.4"
12
12
# Use the Puma web server [https://github.com/puma/puma]
13
13
gem "puma" , "~> 5.6"
14
14
15
- gem "resend" , "0.24 .0"
15
+ gem "resend" , "0.25 .0"
16
16
17
17
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
18
18
# gem "jbuilder"
Original file line number Diff line number Diff line change 66
66
i18n (>= 1.6 , < 2 )
67
67
minitest (>= 5.1 )
68
68
tzinfo (~> 2.0 )
69
- bigdecimal (3.2.2 )
69
+ bigdecimal (3.2.3 )
70
70
bootsnap (1.18.6 )
71
71
msgpack (~> 1.2 )
72
72
builder (3.3.0 )
180
180
psych (>= 4.0.0 )
181
181
reline (0.6.1 )
182
182
io-console (~> 0.5 )
183
- resend (0.24 .0 )
183
+ resend (0.25 .0 )
184
184
httparty (>= 0.21.0 )
185
185
sqlite3 (1.7.3 )
186
186
mini_portile2 (~> 2.8.0 )
@@ -206,7 +206,7 @@ DEPENDENCIES
206
206
pry-byebug
207
207
puma (~> 5.6 )
208
208
rails (~> 7.0.0 )
209
- resend (= 0.24 .0 )
209
+ resend (= 0.25 .0 )
210
210
sqlite3 (~> 1.4 )
211
211
tzinfo-data
212
212
You can’t perform that action at this time.
0 commit comments