Skip to content

Commit

Permalink
Update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Apr 26, 2024
1 parent 9811b05 commit db3f9b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ source "https://rubygems.org"
# Specify your gem's dependencies in katalyst-basic-auth.gemspec
gemspec

gem "rake", "~> 13.0"
gem "rake"

group :development, :test do
gem "rspec", "~> 3.0"
gem "rubocop", "<= 0.81" # last version that supports ruby 2.3
gem "rspec"
gem "rubocop"
end
27 changes: 17 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ GEM
specs:
ast (2.4.2)
diff-lcs (1.5.1)
jaro_winkler (1.5.6)
json (2.7.2)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand All @@ -18,6 +19,7 @@ GEM
rack (3.0.10)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -32,16 +34,21 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (0.81.0)
jaro_winkler (~> 1.5.1)
rubocop (1.63.3)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
rexml
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
ruby-progressbar (1.13.0)
unicode-display_width (1.8.0)
unicode-display_width (2.5.0)

PLATFORMS
aarch64-linux
Expand All @@ -50,9 +57,9 @@ PLATFORMS

DEPENDENCIES
katalyst-basic-auth!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (<= 0.81)
rake
rspec
rubocop

BUNDLED WITH
2.5.9

0 comments on commit db3f9b9

Please sign in to comment.