Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Bump erb_lint from 0.5.0 to 0.6.0 #4703

Merged
merged 1 commit into from
Aug 6, 2024
Merged
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 @@ -70,7 +70,7 @@ group :test do
gem 'capybara', '~> 3.40'
gem 'capybara-email', '~> 3.0'
gem 'cuprite', '~> 0.15'
gem 'erb_lint', '~> 0.5', require: false
gem 'erb_lint', '~> 0.6', require: false
gem 'factory_bot_rails', '~> 6.4'
gem 'faraday-retry', '~> 2.2'
gem 'rspec_junit_formatter', '~> 0.6'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GEM
statsd-ruby (~> 1.1)
base64 (0.2.0)
bcrypt (3.1.20)
better_html (2.0.2)
better_html (2.1.1)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
Expand Down Expand Up @@ -149,12 +149,12 @@ GEM
dotenv (= 3.1.2)
railties (>= 6.1)
dry-initializer (3.1.1)
erb_lint (0.5.0)
erb_lint (0.6.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
rainbow
rubocop
rubocop (>= 1)
smart_properties
erubi (1.13.0)
et-orbi (1.2.11)
Expand Down Expand Up @@ -339,7 +339,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
Expand Down Expand Up @@ -402,7 +402,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.3)
rexml (3.3.4)
strscan
rotp (6.3.0)
rouge (4.2.0)
Expand Down Expand Up @@ -585,7 +585,7 @@ DEPENDENCIES
discordrb-webhooks (~> 3.5)
dotenv-rails (~> 3.1)
dry-initializer (~> 3.1)
erb_lint (~> 0.5)
erb_lint (~> 0.6)
factory_bot_rails (~> 6.4)
faraday-retry (~> 2.2)
flipper (~> 1.2)
Expand Down