Skip to content

Commit

Permalink
Merge pull request #3463 from rubyforgood/dependabot/bundler/standard…
Browse files Browse the repository at this point in the history
…-1.25.1

Bump standard from 1.24.3 to 1.25.1
  • Loading branch information
awwaiid authored Mar 19, 2023
2 parents eadcb1d + c078078 commit 4a6db77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ group :development, :test do
# Rails add-on for static analysis.
gem "rubocop-rails", "~> 2.9.0"
# Default rules for Rubocop.
gem "standard", "~> 1.24"
gem "standard", "~> 1.25"
end

group :development do
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.2)
json (2.6.3)
jwt (2.7.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -370,7 +370,7 @@ GEM
activerecord (>= 6.0)
request_store (~> 1.4)
parallel (1.22.1)
parser (3.2.1.0)
parser (3.2.1.1)
ast (~> 2.4.1)
pdf-core (0.9.0)
pg (1.4.6)
Expand Down Expand Up @@ -486,19 +486,19 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.11.1)
rubocop (1.44.1)
rubocop (1.48.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-performance (1.15.2)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.9.1)
Expand All @@ -507,7 +507,7 @@ GEM
rubocop (>= 0.90.0, < 2.0)
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -560,10 +560,10 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
standard (1.24.3)
standard (1.25.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
rubocop (= 1.48.1)
rubocop-performance (= 1.16.0)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
strong_migrations (1.4.4)
Expand Down Expand Up @@ -692,7 +692,7 @@ DEPENDENCIES
simplecov
skylight
sprockets (~> 4.0.0)
standard (~> 1.24)
standard (~> 1.25)
stimulus-rails
strong_migrations (= 1.4.4)
terser
Expand Down

0 comments on commit 4a6db77

Please sign in to comment.