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
96 changes: 58 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
administrate-field-nested_has_many (2.1.0)
administrate (>= 0.19, < 1)
cocoon (~> 1.2, >= 1.2.11)
ast (2.4.2)
ast (2.4.3)
attr_encrypted (4.2.0)
encryptor (~> 3.0.0)
audited (5.8.0)
Expand Down Expand Up @@ -232,7 +232,6 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dumb_delegator (0.8.1)
e2mmap (0.1.0)
encryptor (3.0.0)
enumerize (2.7.0)
activesupport (>= 3.2)
Expand All @@ -256,12 +255,12 @@ GEM
railties (>= 5.0.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
faraday (2.12.2)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
ffi (1.17.2)
fiber-storage (1.0.1)
fog-aws (3.30.0)
Expand Down Expand Up @@ -329,13 +328,13 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.5.6)
jaro_winkler (1.7.0)
jmespath (1.6.2)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.1)
json (2.19.5)
jwt (2.7.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -392,8 +391,8 @@ GEM
multi_xml (0.6.0)
mutex_m (0.3.0)
nenv (0.3.0)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.5.14)
date
net-protocol
Expand All @@ -418,6 +417,7 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
observer (0.1.2)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
Expand All @@ -431,9 +431,11 @@ GEM
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
open3 (0.2.1)
ostruct (0.6.3)
pagy (6.4.3)
parallel (1.24.0)
parser (3.3.5.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
Expand All @@ -447,6 +449,7 @@ GEM
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
prettyprint (0.2.0)
prism (1.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -531,7 +534,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (2.8.4)
rbs (4.0.2)
logger
prism (>= 1.6.0)
tsort
rdoc (6.14.2)
erb
psych (>= 4.0.0)
Expand All @@ -552,7 +558,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
reverse_markdown (2.1.1)
reverse_markdown (3.0.2)
nokogiri
rexml (3.4.2)
rouge (4.2.0)
Expand Down Expand Up @@ -580,22 +586,24 @@ GEM
rspec-support (3.13.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.59.0)
rubocop (1.84.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.20.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -658,22 +666,29 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
solargraph (0.49.0)
solargraph (0.59.1)
ast (~> 2.4.3)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
benchmark (~> 0.4)
bundler (>= 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
jaro_winkler (~> 1.6, >= 1.6.1)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
logger (~> 1.6)
observer (~> 0.1)
open3 (~> 0.2.1)
ostruct (~> 0.6)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
prism (~> 1.4)
rbs (>= 3.10.0)
reverse_markdown (~> 3.0)
rubocop (~> 1.76)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
yard-activesupport-concern (~> 0.0)
yard-solargraph (~> 0.1)
spring (4.1.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
Expand All @@ -687,18 +702,18 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stackprof (0.2.26)
standard (1.33.0)
standard (1.54.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
rubocop (~> 1.84.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-performance (~> 1.8)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
standard-performance (1.9.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.26.0)
standard-rails (0.2.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.20.2)
Expand All @@ -711,6 +726,7 @@ GEM
tilt (2.6.1)
timecop (0.9.10)
timeout (0.6.1)
tsort (0.2.0)
ttfunk (1.7.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
Expand All @@ -724,7 +740,7 @@ GEM
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
uri (1.0.4)
uri (1.1.1)
version_gem (1.1.3)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
Expand Down Expand Up @@ -759,6 +775,10 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
yard-solargraph (0.1.0)
yard (~> 0.9)
zeitwerk (2.7.3)

PLATFORMS
Expand Down