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
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ GEM
bcrypt (3.1.21)
bigdecimal (4.1.2)
bindex (0.8.1)
bootsnap (1.24.6)
msgpack (~> 1.2)
bootsnap (1.25.0)
msgpack (~> 1.5)
builder (3.3.0)
byebug (13.0.0)
reline (>= 0.6.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erb (6.0.6)
erb (6.0.7)
erubi (1.13.1)
eventmachine (1.2.7)
execjs (2.10.0)
Expand Down Expand Up @@ -182,7 +182,7 @@ GEM
http_parser.rb (0.8.1)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
io-console (0.9.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
Expand Down Expand Up @@ -259,7 +259,7 @@ GEM
prism (~> 1.5)
mocha (3.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.8.3)
msgpack (1.8.4)
multi_json (1.19.1)
net-http (0.9.1)
uri (>= 0.11.1)
Expand All @@ -285,7 +285,7 @@ GEM
openssl (3.3.3)
orm_adapter (0.5.0)
parallel (1.28.0)
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
Expand Down Expand Up @@ -347,7 +347,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (4.1.2)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
Expand All @@ -361,7 +361,7 @@ GEM
redis-client (0.26.3)
connection_pool
regexp_parser (2.12.0)
reline (0.6.3)
reline (0.7.0)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand All @@ -370,7 +370,7 @@ GEM
railties (>= 7.0)
rexml (3.4.4)
rouge (4.7.0)
rubocop (1.88.2)
rubocop (1.89.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -408,20 +408,20 @@ GEM
sprockets-rails
tilt
securerandom (0.4.1)
selenium-webdriver (4.46.0)
selenium-webdriver (4.47.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 4.0)
websocket (~> 1.0)
sentry-rails (6.6.2)
sentry-rails (6.7.0)
railties (>= 5.2.0)
sentry-ruby (~> 6.6.2)
sentry-ruby (6.6.2)
sentry-ruby (~> 6.7.0)
sentry-ruby (6.7.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
logger
simplecov (1.0.3)
simplecov (1.1.1)
simplecov-lcov (0.9.0)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
Expand All @@ -431,7 +431,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.9.5)
sqlite3 (2.9.6)
mini_portile2 (~> 2.8.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down