Skip to content
Merged
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
53 changes: 31 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
commonmarker (2.3.2-aarch64-linux)
commonmarker (2.3.2-arm64-darwin)
commonmarker (2.3.2-x86_64-darwin)
commonmarker (2.3.2-x86_64-linux)
commonmarker (2.4.1)
rb_sys (~> 0.9)
commonmarker (2.4.1-aarch64-linux)
commonmarker (2.4.1-x86_64-darwin)
commonmarker (2.4.1-x86_64-linux)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crass (1.0.6)
Expand Down Expand Up @@ -198,7 +199,7 @@ GEM
fabrication (2.31.0)
faker (3.5.2)
i18n (>= 1.8.11, < 2)
faraday (2.13.4)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -232,7 +233,7 @@ GEM
htmlentities (4.3.4)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
icalendar (2.11.2)
icalendar (2.12.0)
base64
ice_cube (~> 0.16)
logger
Expand Down Expand Up @@ -318,8 +319,9 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.1.3)
omniauth (2.1.4)
hashie (>= 3.4.6)
logger
rack (>= 2.2.3)
rack-protection
omniauth-github (2.0.1)
Expand Down Expand Up @@ -378,10 +380,10 @@ GEM
public_suffix (6.0.2)
puma (6.6.1)
nio4r (~> 2.0)
pundit (2.5.1)
pundit (2.5.2)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (3.2.0)
rack (3.2.1)
rack-mini-profiler (4.0.1)
rack (>= 1.2.0)
rack-protection (4.1.1)
Expand Down Expand Up @@ -432,16 +434,20 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rake-compiler-dock (1.9.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.14.2)
rb_sys (0.9.117)
rake-compiler-dock (= 1.9.1)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
regexp_parser (2.11.2)
tsort
regexp_parser (2.11.3)
reline (0.6.2)
io-console (~> 0.5)
rexml (3.4.2)
rexml (3.4.4)
rolify (6.0.1)
rollbar (3.6.2)
rouge (4.1.3)
Expand All @@ -464,25 +470,25 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.80.2)
rubocop (1.81.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.26.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rails (2.33.3)
rubocop-rails (2.33.4)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand All @@ -495,7 +501,7 @@ GEM
ruby-vips (2.2.4)
ffi (~> 1.12)
logger
rubyzip (3.0.2)
rubyzip (3.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -507,9 +513,11 @@ GEM
scout_apm (5.7.1)
parser
securerandom (0.4.1)
selenium-webdriver (4.35.0)
selenium-webdriver (4.36.0)
base64 (~> 0.2)
json (<= 2.13.2)
logger (~> 1.4)
prism (~> 1.0, < 1.5)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 4.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -552,16 +560,17 @@ GEM
tilt (2.6.1)
timecop (0.9.10)
timeout (0.4.3)
turbo-rails (2.0.16)
tsort (0.2.0)
turbo-rails (2.0.17)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.2)
tzinfo (>= 1.0.0)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uniform_notifier (1.17.0)
uri (1.0.3)
version_gem (1.1.3)
Expand Down