Update Gemfile.lock with resend gem
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a1175ab00d
commit
b0b4c297ef
1 changed files with 10 additions and 0 deletions
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -88,6 +88,7 @@ GEM
|
|||
concurrent-ruby (1.3.6)
|
||||
connection_pool (3.0.2)
|
||||
crass (1.0.6)
|
||||
csv (3.3.5)
|
||||
date (3.5.1)
|
||||
debug (1.11.1)
|
||||
irb (~> 1.10)
|
||||
|
|
@ -103,6 +104,10 @@ GEM
|
|||
erubi (1.13.1)
|
||||
globalid (1.3.0)
|
||||
activesupport (>= 6.1)
|
||||
httparty (0.24.2)
|
||||
csv
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.14.8)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.8.2)
|
||||
|
|
@ -125,6 +130,8 @@ GEM
|
|||
mini_mime (1.1.5)
|
||||
minitest (6.0.1)
|
||||
prism (~> 1.5)
|
||||
multi_xml (0.8.1)
|
||||
bigdecimal (>= 3.1, < 5)
|
||||
mutex_m (0.3.0)
|
||||
net-imap (0.6.3)
|
||||
date
|
||||
|
|
@ -198,6 +205,8 @@ GEM
|
|||
tsort
|
||||
reline (0.6.3)
|
||||
io-console (~> 0.5)
|
||||
resend (0.27.0)
|
||||
httparty (>= 0.21.0)
|
||||
securerandom (0.4.1)
|
||||
stringio (3.2.0)
|
||||
stripe (18.3.1)
|
||||
|
|
@ -223,6 +232,7 @@ DEPENDENCIES
|
|||
pg (~> 1.6)
|
||||
puma (>= 5.0)
|
||||
rails (~> 7.1.0)
|
||||
resend (~> 0.12)
|
||||
stripe (~> 18.3)
|
||||
tzinfo-data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue