Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ gem 'aws-sdk-secretsmanager'
# Lint tools
group :development, :staging, :levelbuilder, :test do
gem 'haml_lint', require: false
gem 'rubocop', '~> 1.28', require: false
gem 'rubocop', '~> 1.75', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rails-accessibility', require: false
Expand Down
62 changes: 34 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
activerecord (>= 3.2, < 7.0)
rake (>= 10.4, < 14.0)
ansi (1.5.0)
ast (2.4.2)
ast (2.4.3)
async (1.32.1)
console (~> 1.10)
nio4r (~> 2.3)
Expand Down Expand Up @@ -286,7 +286,7 @@ GEM
colorize (1.1.0)
composite_primary_keys (13.0.4)
activerecord (~> 6.1.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
console (1.24.0)
fiber-annotation
Expand Down Expand Up @@ -482,7 +482,7 @@ GEM
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
image_optim_rails (0.4.3)
image_optim (~> 0.24)
Expand All @@ -499,7 +499,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.7.2)
json (2.10.2)
json-jwt (1.15.3.1)
activesupport (>= 4.2)
aes_key_wrap
Expand All @@ -513,10 +513,11 @@ GEM
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
launchy (2.5.2)
addressable (~> 2.8)
libv8-node (18.16.0.0)
lint_roller (1.1.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -644,7 +645,7 @@ GEM
parallel
paranoia (2.5.3)
activerecord (>= 5.1, < 7.1)
parser (3.3.4.2)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
pdf-reader (2.9.2)
Expand All @@ -655,6 +656,7 @@ GEM
ttfunk
pg (1.0.0)
phantomjs (1.9.7.1)
prism (1.4.0)
progress (3.3.1)
pry (0.14.2)
coderay (~> 1.1)
Expand All @@ -672,7 +674,7 @@ GEM
pusher-signature (0.1.8)
pycall (1.5.2)
racc (1.8.1)
rack (2.2.9)
rack (2.2.13)
rack-cache (1.13.0)
rack (>= 0.4)
rack-cors (2.0.1)
Expand Down Expand Up @@ -739,7 +741,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.10.0)
redis (>= 4, < 6)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
reline (0.5.9)
io-console (~> 0.5)
representable (3.2.0)
Expand All @@ -760,8 +762,7 @@ GEM
netrc (~> 0.8)
retriable (3.1.2)
retryable (2.0.4)
rexml (3.3.5)
strscan
rexml (3.4.1)
rinku (2.0.4)
rmagick (4.2.5)
rouge (4.1.2)
Expand All @@ -778,27 +779,31 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (1.65.1)
rubocop (1.75.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.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.14.2)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.25.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.31.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rails-accessibility (0.2.0)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails-accessibility (1.0.1)
rubocop (>= 1.0.0)
ruby-prof (1.7.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -878,7 +883,6 @@ GEM
user_agent_parser (~> 2.15.0)
stringex (2.5.2)
stringio (3.1.1)
strscan (3.1.0)
sysexits (1.2.0)
syslog (0.1.2)
temple (0.8.2)
Expand Down Expand Up @@ -907,7 +911,9 @@ GEM
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
unf_ext (0.0.7.4)
unicode-display_width (2.5.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode_utils (1.4.0)
uri (0.13.0)
user_agent_parser (2.15.0)
Expand Down Expand Up @@ -937,7 +943,7 @@ GEM
xxhash (0.4.0)
youtube-dl.rb (0.3.1.2016.08.19)
cocaine (>= 0.5.4)
zeitwerk (2.6.7)
zeitwerk (2.7.2)

PLATFORMS
ruby
Expand Down Expand Up @@ -1096,7 +1102,7 @@ DEPENDENCIES
rinku
rmagick (~> 4.2.5)
rspec
rubocop (~> 1.28)
rubocop (~> 1.75)
rubocop-performance
rubocop-rails
rubocop-rails-accessibility
Expand Down