mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Bundle install.
This commit is contained in:
parent
c2f3e65d25
commit
62b6f19080
1 changed files with 20 additions and 32 deletions
52
Gemfile.lock
52
Gemfile.lock
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: https://github.com/rails/rails.git
|
||||
revision: f6f6b0542fd9ae6aebe3529baba358d521d64638
|
||||
revision: fb5687491254511bc8e0d330adfeef4c1a8a7289
|
||||
branch: main
|
||||
specs:
|
||||
actioncable (7.2.0.alpha)
|
||||
|
@ -154,6 +154,8 @@ GEM
|
|||
e2mmap (0.1.0)
|
||||
error_highlight (0.6.0)
|
||||
erubi (1.12.0)
|
||||
et-orbi (1.2.7)
|
||||
tzinfo
|
||||
event_stream_parser (1.0.0)
|
||||
faraday (2.8.1)
|
||||
base64
|
||||
|
@ -163,9 +165,19 @@ GEM
|
|||
multipart-post (~> 2)
|
||||
faraday-net_http (3.0.2)
|
||||
ffi (1.16.3)
|
||||
fugit (1.9.0)
|
||||
et-orbi (~> 1, >= 1.2.7)
|
||||
raabro (~> 1.4)
|
||||
geocoder (1.8.2)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
good_job (3.22.0)
|
||||
activejob (>= 6.0.0)
|
||||
activerecord (>= 6.0.0)
|
||||
concurrent-ruby (>= 1.0.2)
|
||||
fugit (>= 1.1)
|
||||
railties (>= 6.0.0)
|
||||
thor (>= 0.14.1)
|
||||
hashie (5.0.0)
|
||||
hotwire-livereload (1.3.1)
|
||||
actioncable (>= 6.0.0)
|
||||
|
@ -210,22 +222,18 @@ GEM
|
|||
i18n (>= 0.6.4, <= 2)
|
||||
msgpack (1.7.2)
|
||||
multipart-post (2.3.0)
|
||||
net-imap (0.4.9)
|
||||
net-imap (0.4.9.1)
|
||||
date
|
||||
net-protocol
|
||||
net-pop (0.1.2)
|
||||
net-protocol
|
||||
net-protocol (0.2.2)
|
||||
timeout
|
||||
net-smtp (0.4.0)
|
||||
net-smtp (0.4.0.1)
|
||||
net-protocol
|
||||
nio4r (2.7.0)
|
||||
nokogiri (1.16.0-aarch64-linux)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.0-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
omniauth (2.1.2)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 2.2.3)
|
||||
|
@ -235,7 +243,7 @@ GEM
|
|||
omniauth (~> 2.0)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.24.0)
|
||||
parser (3.2.2.4)
|
||||
parser (3.3.0.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pay (6.8.1)
|
||||
|
@ -254,6 +262,7 @@ GEM
|
|||
public_suffix (5.0.4)
|
||||
puma (6.4.1)
|
||||
nio4r (~> 2.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.7.3)
|
||||
rack (3.0.8)
|
||||
rack-protection (3.0.6)
|
||||
|
@ -281,12 +290,8 @@ GEM
|
|||
rdoc (6.6.2)
|
||||
psych (>= 4.0.0)
|
||||
redcarpet (3.6.0)
|
||||
redis (5.0.8)
|
||||
redis-client (>= 0.17.0)
|
||||
redis-client (0.19.1)
|
||||
connection_pool
|
||||
regexp_parser (2.8.3)
|
||||
reline (0.4.1)
|
||||
reline (0.4.2)
|
||||
io-console (~> 0.5)
|
||||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
|
@ -323,14 +328,6 @@ GEM
|
|||
sentry-ruby (~> 5.15.2)
|
||||
sentry-ruby (5.15.2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
sentry-sidekiq (5.15.2)
|
||||
sentry-ruby (~> 5.15.2)
|
||||
sidekiq (>= 3.0)
|
||||
sidekiq (7.2.0)
|
||||
concurrent-ruby (< 2)
|
||||
connection_pool (>= 2.3.0)
|
||||
rack (>= 2.2.4)
|
||||
redis-client (>= 0.14.0)
|
||||
solargraph (0.50.0)
|
||||
backport (~> 1.2)
|
||||
benchmark
|
||||
|
@ -358,11 +355,7 @@ GEM
|
|||
railties (>= 6.0.0)
|
||||
stringio (3.1.0)
|
||||
stripe (9.4.0)
|
||||
tailwindcss-rails (2.1.0-aarch64-linux)
|
||||
railties (>= 6.0.0)
|
||||
tailwindcss-rails (2.1.0-arm64-darwin)
|
||||
railties (>= 6.0.0)
|
||||
tailwindcss-rails (2.1.0-x86_64-linux)
|
||||
tailwindcss-rails (2.2.0-arm64-darwin)
|
||||
railties (>= 6.0.0)
|
||||
thor (1.3.0)
|
||||
tilt (2.3.0)
|
||||
|
@ -400,10 +393,7 @@ GEM
|
|||
zeitwerk (2.6.12)
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm64-darwin-22
|
||||
arm64-darwin-23
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
bootsnap
|
||||
|
@ -416,6 +406,7 @@ DEPENDENCIES
|
|||
error_highlight (>= 0.4.0)
|
||||
faraday
|
||||
geocoder
|
||||
good_job
|
||||
hotwire-livereload
|
||||
importmap-rails
|
||||
jbuilder
|
||||
|
@ -429,13 +420,10 @@ DEPENDENCIES
|
|||
puma (>= 5.0)
|
||||
rails!
|
||||
redcarpet
|
||||
redis (>= 4.0.1)
|
||||
ruby-openai
|
||||
selenium-webdriver
|
||||
sentry-rails
|
||||
sentry-ruby
|
||||
sentry-sidekiq
|
||||
sidekiq
|
||||
solargraph
|
||||
sprockets-rails
|
||||
stimulus-rails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue