Skip to content

Commit

Permalink
dep: require rubocop >=1.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmoehl authored and peanball committed Aug 22, 2024
1 parent 0583b5a commit 4217262
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem 'guard-rspec'
gem 'haproxy-tools'
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'rubocop', '>=1.52.1'
gem 'rubocop-rake'
gem 'rubocop-rspec'
33 changes: 19 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ GEM
haproxy-tools (0.6.0)
net-scp
treetop
json (2.6.3)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -39,20 +40,22 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.23.0)
parser (3.2.2.1)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
polyglot (0.3.5)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.0)
rexml (3.3.3)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -67,18 +70,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.50.2)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.1)
parser (>= 3.2.1.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-rake (0.6.0)
Expand All @@ -93,9 +97,10 @@ GEM
thor (1.2.1)
treetop (1.6.12)
polyglot (~> 0.3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -105,12 +110,12 @@ DEPENDENCIES
haproxy-tools
rake
rspec
rubocop
rubocop (>= 1.52.1)
rubocop-rake
rubocop-rspec

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.4p94

BUNDLED WITH
2.4.12

0 comments on commit 4217262

Please sign in to comment.