Skip to content
Closed
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 @@ -54,7 +54,7 @@ end

group :development, :test, :optional => true do
gem 'byebug'
gem 'rubocop', '~> 1.85'
gem 'rubocop', '~> 1.86'
end

group :test, :optional => true do
Expand Down
13 changes: 2 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ GEM
acts_as_list (1.2.6)
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
autoprefixer-rails (10.4.21.0)
execjs (~> 2)
Expand Down Expand Up @@ -185,9 +183,6 @@ GEM
jquery_block_ui (0.0.1)
rails (>= 3.1)
json (2.19.2)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -216,8 +211,6 @@ GEM
net-pop
net-smtp
marcel (1.0.4)
mcp (0.9.1)
json-schema (>= 4.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
Expand Down Expand Up @@ -259,7 +252,6 @@ GEM
psych (5.2.6)
date
stringio
public_suffix (7.0.5)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
Expand Down Expand Up @@ -337,11 +329,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.85.1)
rubocop (1.86.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -481,7 +472,7 @@ DEPENDENCIES
rails_autolink
rexml
rspec-expectations
rubocop (~> 1.85)
rubocop (~> 1.86)
sanitize (~> 7.0)
simplecov
solargraph
Expand Down
Loading