Skip to content

Commit 2feb9ca

Browse files
Bump standard from 1.51.1 to 1.52.0 (#50)
Bumps [standard](https://github.com/standardrb/standard) from 1.51.1 to 1.52.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.51.1...v1.52.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68e1a1c commit 2feb9ca

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ gem "sqlite3"
1010
# Start debugger with binding.b [https://github.com/ruby/debug]
1111
gem "debug"
1212

13-
gem "standard", "~> 1.51"
13+
gem "standard", "~> 1.52"
1414
gem "standard-rails", "~> 1.4"

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
pp (>= 0.6.0)
6060
rdoc (>= 4.0.0)
6161
reline (>= 0.4.2)
62-
json (2.13.2)
62+
json (2.16.0)
6363
language_server-protocol (3.17.0.5)
6464
lint_roller (1.1.0)
6565
logger (1.7.0)
@@ -85,13 +85,13 @@ GEM
8585
nokogiri (1.18.10-x86_64-linux-musl)
8686
racc (~> 1.4)
8787
parallel (1.27.0)
88-
parser (3.3.9.0)
88+
parser (3.3.10.0)
8989
ast (~> 2.4.1)
9090
racc
9191
pp (0.6.2)
9292
prettyprint
9393
prettyprint (0.2.0)
94-
prism (1.5.1)
94+
prism (1.6.0)
9595
psych (5.2.6)
9696
date
9797
stringio
@@ -130,18 +130,18 @@ GEM
130130
regexp_parser (2.11.3)
131131
reline (0.6.2)
132132
io-console (~> 0.5)
133-
rubocop (1.80.2)
133+
rubocop (1.81.7)
134134
json (~> 2.3)
135135
language_server-protocol (~> 3.17.0.2)
136136
lint_roller (~> 1.1.0)
137137
parallel (~> 1.10)
138138
parser (>= 3.3.0.2)
139139
rainbow (>= 2.2.2, < 4.0)
140140
regexp_parser (>= 2.9.3, < 3.0)
141-
rubocop-ast (>= 1.46.0, < 2.0)
141+
rubocop-ast (>= 1.47.1, < 2.0)
142142
ruby-progressbar (~> 1.7)
143143
unicode-display_width (>= 2.4.0, < 4.0)
144-
rubocop-ast (1.46.0)
144+
rubocop-ast (1.48.0)
145145
parser (>= 3.3.7.2)
146146
prism (~> 1.4)
147147
rubocop-performance (1.25.0)
@@ -164,10 +164,10 @@ GEM
164164
sqlite3 (2.8.0-x86_64-darwin)
165165
sqlite3 (2.8.0-x86_64-linux-gnu)
166166
sqlite3 (2.8.0-x86_64-linux-musl)
167-
standard (1.51.1)
167+
standard (1.52.0)
168168
language_server-protocol (~> 3.17.0.2)
169169
lint_roller (~> 1.0)
170-
rubocop (~> 1.80.2)
170+
rubocop (~> 1.81.7)
171171
standard-custom (~> 1.0.0)
172172
standard-performance (~> 1.8)
173173
standard-custom (1.0.2)
@@ -206,7 +206,7 @@ DEPENDENCIES
206206
puma
207207
rails-app_env!
208208
sqlite3
209-
standard (~> 1.51)
209+
standard (~> 1.52)
210210
standard-rails (~> 1.4)
211211

212212
BUNDLED WITH

0 commit comments

Comments
 (0)