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 @@ -7,7 +7,7 @@ gemspec

group :development do
gem "rake", "~> 13.4"
gem "rubocop", "~> 1.87"
gem "rubocop", "~> 1.88"
gem "rubocop-37signals", github: "basecamp/house-style", require: false
end

Expand Down
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ GEM
uri (>= 0.13.1)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
anonymous_loader (0.1.3)
version_gem (~> 1.1, >= 1.1.14)
ast (2.4.3)
auth-sanitizer (0.2.1)
version_gem (~> 1.1, >= 1.1.10)
auth-sanitizer (0.2.3)
version_gem (~> 1.1, >= 1.1.14)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.2)
Expand Down Expand Up @@ -77,10 +79,10 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.20.0)
json (2.21.2)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
language_server-protocol (3.17.0.6)
lint_roller (1.1.0)
logger (1.7.0)
minitest (5.27.0)
Expand All @@ -89,17 +91,18 @@ GEM
bigdecimal (>= 3.1, < 5)
net-http (0.9.1)
uri (>= 0.11.1)
oauth2 (2.0.22)
auth-sanitizer (~> 0.2, >= 0.2.1)
oauth2 (2.0.24)
anonymous_loader (~> 0.1, >= 0.1.1)
auth-sanitizer (~> 0.2, >= 0.2.2)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.5)
version_gem (~> 1.1, >= 1.1.11)
snaky_hash (~> 2.0, >= 2.0.6)
version_gem (~> 1.1, >= 1.1.12)
parallel (1.28.0)
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
pp (0.6.3)
Expand Down Expand Up @@ -135,7 +138,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
rubocop (1.87.0)
rubocop (1.88.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -146,7 +149,7 @@ GEM
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.1)
rubocop-ast (1.50.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-minitest (0.38.1)
Expand Down Expand Up @@ -174,9 +177,9 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.5)
snaky_hash (2.0.7)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
version_gem (~> 1.1, >= 1.1.14)
stringio (3.2.0)
tsort (0.2.0)
tzinfo (2.0.6)
Expand All @@ -186,7 +189,7 @@ GEM
unicode-emoji (4.2.0)
uri (1.1.1)
vcr (6.4.0)
version_gem (1.1.11)
version_gem (1.1.14)
webmock (3.26.2)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -201,7 +204,7 @@ DEPENDENCIES
debug (~> 1.11)
rake (~> 13.4)
rspec (~> 3.13)
rubocop (~> 1.87)
rubocop (~> 1.88)
rubocop-37signals!
simplecov (~> 0.22.0)
simplecov_json_formatter (~> 0.1.4)
Expand Down
Loading