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
33 changes: 15 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,37 @@ PATH
specs:
ruboconf-rails (1.21.0)
ruboconf (~> 1.20.0)
rubocop-rails (~> 2.34.3)
rubocop-rails (>= 2.34.3, < 2.36.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.3)
activesupport (7.0.10)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
tzinfo (~> 2.0)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (4.1.1)
benchmark (0.5.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.19.3)
json (2.19.5)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
minitest (6.0.3)
drb (~> 2.0)
prism (~> 1.5)
minitest (5.26.1)
mutex_m (0.3.0)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
Expand All @@ -49,11 +47,11 @@ GEM
ruboconf (1.20.0)
rubocop (~> 1.86.0)
rubocop-performance (~> 1.26.1)
rubocop (1.86.0)
rubocop (1.86.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
Expand All @@ -67,20 +65,19 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.34.3)
rubocop-rails (2.35.2)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
securerandom (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uri (1.1.1)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion ruboconf-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
end

spec.add_dependency "ruboconf", "~> 1.20.0"
spec.add_dependency "rubocop-rails", "~> 2.34.3"
spec.add_dependency "rubocop-rails", ">= 2.34.3", "< 2.36.0"
spec.metadata["rubygems_mfa_required"] = "true"
end