Skip to content

Commit

Permalink
build(deps-dev): bump standard from 1.36.0 to 1.37.0 (rubyforgood#5840)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump standard from 1.36.0 to 1.37.0

Bumps [standard](https://github.com/standardrb/standard) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: new standard rule

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: elasticspoon <[email protected]>
  • Loading branch information
dependabot[bot] and elasticspoon authored Jun 20, 2024
1 parent 0657ce6 commit c0523e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :development, :test do
gem "rspec-rails"
gem "rswag-specs"
gem "shoulda-matchers"
gem "standard", "~> 1.36.0"
gem "standard", "~> 1.37.0"
gem "parallel_tests"
gem "rspec_junit_formatter"
end
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@ GEM
oj (3.16.3)
bigdecimal (>= 3.0)
orm_adapter (0.5.0)
parallel (1.24.0)
parallel (1.25.1)
parallel_tests (4.7.1)
parallel
paranoia (2.6.3)
activerecord (>= 5.1, < 7.2)
parser (3.3.1.0)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pdf-forms (1.5.0)
Expand Down Expand Up @@ -440,7 +440,7 @@ GEM
rswag-ui (2.13.0)
actionpack (>= 3.1, < 7.2)
railties (>= 3.1, < 7.2)
rubocop (1.63.5)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -453,7 +453,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -491,10 +491,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
standard (1.36.0)
standard (1.37.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.63.0)
rubocop (~> 1.64.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-custom (1.0.2)
Expand Down Expand Up @@ -625,7 +625,7 @@ DEPENDENCIES
spring
spring-commands-rspec
sprockets-rails
standard (~> 1.36.0)
standard (~> 1.37.0)
stimulus-rails
strong_migrations
traceroute
Expand Down
2 changes: 1 addition & 1 deletion app/values/all_casa_admin_parameters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def initialize(params)
params =
params.require(:all_casa_admin).permit(:email, :password)

super(params)
super
end

def with_password(password)
Expand Down

0 comments on commit c0523e3

Please sign in to comment.