Skip to content

Commit

Permalink
Merge pull request #339 from indirect/dependabot/bundler/standard-1.32.0
Browse files Browse the repository at this point in the history
Bump standard from 1.31.2 to 1.32.0
  • Loading branch information
github-actions[bot] authored Nov 8, 2023
2 parents 73d13a6 + 0a9eeb1 commit 64c7fcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :development do
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
gem "rubocop-rails", "~> 2.22", require: false
gem "rubocop-rspec", "~> 2.25", require: false
gem "standard", "~> 1.31", require: false
gem "standard", "~> 1.32", require: false
gem "web-console", "~> 4.2"
end

Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
assert_json (1.0.0)
activesupport
ast (2.4.2)
base64 (0.1.1)
base64 (0.2.0)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
Expand Down Expand Up @@ -251,7 +251,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rack-canonical-host (1.2.0)
addressable (> 0, < 3)
Expand Down Expand Up @@ -330,12 +330,11 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -365,10 +364,10 @@ GEM
ruby2_keywords (0.0.5)
shellany (0.0.1)
smart_properties (1.17.0)
standard (1.31.2)
standard (1.32.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
Expand Down Expand Up @@ -445,7 +444,7 @@ DEPENDENCIES
rubocop-gemfile (~> 0.1.0.beta3)
rubocop-rails (~> 2.22)
rubocop-rspec (~> 2.25)
standard (~> 1.31)
standard (~> 1.32)
tailwindcss-rails (~> 2.0)
turbo-rails (~> 1.5)
web-console (~> 4.2)
Expand Down

0 comments on commit 64c7fcd

Please sign in to comment.