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
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.8)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
http-cookie (1.1.0)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_logger (1.0.1)
http_logger (1.0.2)
httpclient (2.9.0)
mutex_m
i18n (1.14.8)
Expand Down Expand Up @@ -243,7 +243,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.27.0)
mocha (3.0.2)
mocha (3.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.8.0)
multi_json (1.19.1)
Expand Down Expand Up @@ -276,7 +276,7 @@ GEM
psych (5.3.1)
date
stringio
public_suffix (7.0.2)
public_suffix (7.0.5)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
retriable (3.1.2)
rexml (3.4.4)
rouge (4.7.0)
rubocop (1.85.0)
rubocop (1.85.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -354,7 +354,7 @@ GEM
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-rails (2.34.3)
Expand All @@ -376,10 +376,10 @@ GEM
sprockets-rails
tilt
securerandom (0.4.1)
sentry-rails (6.4.1)
sentry-rails (6.5.0)
railties (>= 5.2.0)
sentry-ruby (~> 6.4.1)
sentry-ruby (6.4.1)
sentry-ruby (~> 6.5.0)
sentry-ruby (6.5.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
logger
Expand All @@ -395,8 +395,8 @@ GEM
simplecov-html (0.13.2)
simplecov-lcov (0.9.0)
simplecov_json_formatter (0.1.4)
skylight (7.0.0)
activesupport (>= 7.1.0)
skylight (7.1.0)
activesupport (>= 7.2.0)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
Expand All @@ -405,7 +405,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.9.1)
sqlite3 (2.9.2)
mini_portile2 (~> 2.8.0)
statsd-ruby (1.5.0)
stringex (2.8.6)
Expand Down
Loading