mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 15:05:22 +02:00
Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios
This commit is contained in:
commit
bf6056a2fa
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ gem "view_component"
|
||||||
|
|
||||||
# https://github.com/lookbook-hq/lookbook/issues/712
|
# https://github.com/lookbook-hq/lookbook/issues/712
|
||||||
# TODO: Remove max version constraint when fixed
|
# TODO: Remove max version constraint when fixed
|
||||||
gem "lookbook", "2.3.9"
|
gem "lookbook", "2.3.11"
|
||||||
|
|
||||||
gem "hotwire_combobox"
|
gem "hotwire_combobox"
|
||||||
|
|
||||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -151,7 +151,7 @@ GEM
|
||||||
addressable
|
addressable
|
||||||
csv (3.3.5)
|
csv (3.3.5)
|
||||||
date (3.4.1)
|
date (3.4.1)
|
||||||
debug (1.10.0)
|
debug (1.11.0)
|
||||||
irb (~> 1.10)
|
irb (~> 1.10)
|
||||||
reline (>= 0.3.8)
|
reline (>= 0.3.8)
|
||||||
derailed_benchmarks (2.2.1)
|
derailed_benchmarks (2.2.1)
|
||||||
|
@ -198,11 +198,11 @@ GEM
|
||||||
faraday-net_http (>= 2.0, < 3.5)
|
faraday-net_http (>= 2.0, < 3.5)
|
||||||
json
|
json
|
||||||
logger
|
logger
|
||||||
faraday-multipart (1.1.0)
|
faraday-multipart (1.1.1)
|
||||||
multipart-post (~> 2.0)
|
multipart-post (~> 2.0)
|
||||||
faraday-net_http (3.4.1)
|
faraday-net_http (3.4.1)
|
||||||
net-http (>= 0.5.0)
|
net-http (>= 0.5.0)
|
||||||
faraday-retry (2.3.1)
|
faraday-retry (2.3.2)
|
||||||
faraday (~> 2.0)
|
faraday (~> 2.0)
|
||||||
ffi (1.17.2-aarch64-linux-gnu)
|
ffi (1.17.2-aarch64-linux-gnu)
|
||||||
ffi (1.17.2-aarch64-linux-musl)
|
ffi (1.17.2-aarch64-linux-musl)
|
||||||
|
@ -301,7 +301,7 @@ GEM
|
||||||
loofah (2.24.1)
|
loofah (2.24.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
lookbook (2.3.9)
|
lookbook (2.3.11)
|
||||||
activemodel
|
activemodel
|
||||||
css_parser
|
css_parser
|
||||||
htmlbeautifier (~> 1.3)
|
htmlbeautifier (~> 1.3)
|
||||||
|
@ -364,7 +364,7 @@ GEM
|
||||||
octokit (10.0.0)
|
octokit (10.0.0)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.9)
|
||||||
ostruct (0.6.1)
|
ostruct (0.6.2)
|
||||||
pagy (9.3.4)
|
pagy (9.3.4)
|
||||||
parallel (1.27.0)
|
parallel (1.27.0)
|
||||||
parser (3.3.8.0)
|
parser (3.3.8.0)
|
||||||
|
@ -448,7 +448,7 @@ GEM
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rbs (3.9.4)
|
rbs (3.9.4)
|
||||||
logger
|
logger
|
||||||
rdoc (6.14.0)
|
rdoc (6.14.1)
|
||||||
erb
|
erb
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
redcarpet (3.6.1)
|
redcarpet (3.6.1)
|
||||||
|
@ -651,7 +651,7 @@ DEPENDENCIES
|
||||||
jwt
|
jwt
|
||||||
letter_opener
|
letter_opener
|
||||||
logtail-rails
|
logtail-rails
|
||||||
lookbook (= 2.3.9)
|
lookbook (= 2.3.11)
|
||||||
lucide-rails!
|
lucide-rails!
|
||||||
mocha
|
mocha
|
||||||
octokit
|
octokit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue