Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
ast (2.4.3)
attr_json (2.5.0)
activerecord (>= 6.0.0, < 8.1)
avo (3.22.0)
avo (3.25.3)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand All @@ -117,8 +117,8 @@ GEM
avo-heroicons (0.1.1)
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
bigdecimal (3.2.2)
benchmark (0.5.0)
bigdecimal (3.3.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
brakeman (7.1.0)
Expand All @@ -133,10 +133,10 @@ GEM
commonmarker (2.3.1-x86_64-linux)
commonmarker (2.3.1-x86_64-linux-musl)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
csv (3.3.5)
date (3.4.1)
date (3.5.0)
debug (1.11.0)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -150,7 +150,7 @@ GEM
domain_name (0.6.20240107)
dotenv (3.1.8)
drb (2.2.3)
erb (5.0.2)
erb (5.1.3)
erubi (1.13.1)
et-orbi (1.2.11)
tzinfo
Expand Down Expand Up @@ -235,11 +235,10 @@ GEM
marcel (1.0.4)
marksmith (0.4.5)
activesupport
meta-tags (2.22.1)
actionpack (>= 6.0.0, < 8.1)
method_source (1.1.0)
meta-tags (2.22.2)
actionpack (>= 6.0.0, < 8.2)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
multipart-post (2.4.1)
net-http (0.6.0)
Expand Down Expand Up @@ -271,13 +270,13 @@ GEM
nokogiri (1.18.8-x86_64-linux-musl)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.3.5)
pagy (9.4.0)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
Expand All @@ -295,7 +294,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.3)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand Down Expand Up @@ -336,19 +335,20 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rake (13.3.1)
rake-compiler-dock (1.9.1)
ransack (4.3.0)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
rb_sys (0.9.116)
rake-compiler-dock (= 1.9.1)
rdoc (6.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
regexp_parser (2.10.0)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -388,9 +388,10 @@ GEM
structify (0.3.4)
activesupport (>= 7.0, < 9.0)
attr_json (~> 2.1)
thor (1.3.2)
timeout (0.4.3)
turbo-rails (2.0.16)
thor (1.4.0)
timeout (0.4.4)
tsort (0.2.0)
turbo-rails (2.0.20)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
turbo_power (0.7.0)
Expand All @@ -400,12 +401,11 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
view_component (3.23.2)
activesupport (>= 5.2.0, < 8.1)
view_component (4.1.0)
activesupport (>= 7.1.0, < 8.2)
concurrent-ruby (~> 1)
method_source (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
websocket-driver (0.8.0)
Expand Down
Loading