Skip to content

Commit 4af54fa

Browse files
Bump standard from 1.12.0 to 1.16.1
Bumps [standard](https://github.com/testdouble/standard) from 1.12.0 to 1.16.1. - [Release notes](https://github.com/testdouble/standard/releases) - [Changelog](https://github.com/testdouble/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.12.0...v1.16.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76afe8a commit 4af54fa

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :development, :test do
1212
gem "dotenv-rails", "~> 2.7" # .env files
1313
# Start debugger with binding.b [https://github.com/ruby/debug]
1414
gem "debug", ">= 1.0.0"
15-
gem "standard", "1.12.0"
15+
gem "standard", "1.16.1"
1616
gem "vcr", "~> 6.0"
1717
end
1818

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ GEM
143143
irb (1.4.1)
144144
reline (>= 0.3.0)
145145
jmespath (1.6.0)
146+
json (2.6.2)
146147
jwt (2.3.0)
147148
loofah (2.14.0)
148149
crass (~> 1.0.2)
@@ -177,7 +178,7 @@ GEM
177178
nokogiri (1.13.3-x86_64-linux)
178179
racc (~> 1.4)
179180
parallel (1.22.1)
180-
parser (3.1.2.0)
181+
parser (3.1.2.1)
181182
ast (~> 2.4.1)
182183
pg (1.3.2)
183184
public_suffix (4.0.6)
@@ -213,22 +214,23 @@ GEM
213214
zeitwerk (~> 2.5)
214215
rainbow (3.1.1)
215216
rake (13.0.6)
216-
regexp_parser (2.4.0)
217+
regexp_parser (2.5.0)
217218
reline (0.3.1)
218219
io-console (~> 0.5)
219220
rexml (3.2.5)
220-
rubocop (1.29.0)
221+
rubocop (1.35.1)
222+
json (~> 2.3)
221223
parallel (~> 1.10)
222-
parser (>= 3.1.0.0)
224+
parser (>= 3.1.2.1)
223225
rainbow (>= 2.2.2, < 4.0)
224226
regexp_parser (>= 1.8, < 3.0)
225227
rexml (>= 3.2.5, < 4.0)
226-
rubocop-ast (>= 1.17.0, < 2.0)
228+
rubocop-ast (>= 1.20.1, < 2.0)
227229
ruby-progressbar (~> 1.7)
228230
unicode-display_width (>= 1.4.0, < 3.0)
229-
rubocop-ast (1.17.0)
231+
rubocop-ast (1.21.0)
230232
parser (>= 3.1.1.0)
231-
rubocop-performance (1.13.3)
233+
rubocop-performance (1.14.3)
232234
rubocop (>= 1.7.0, < 2.0)
233235
rubocop-ast (>= 0.4.0)
234236
ruby-progressbar (1.11.0)
@@ -243,9 +245,9 @@ GEM
243245
actionpack (>= 5.2)
244246
activesupport (>= 5.2)
245247
sprockets (>= 3.0.0)
246-
standard (1.12.0)
247-
rubocop (= 1.29.0)
248-
rubocop-performance (= 1.13.3)
248+
standard (1.16.1)
249+
rubocop (= 1.35.1)
250+
rubocop-performance (= 1.14.3)
249251
strscan (3.0.1)
250252
thor (1.2.1)
251253
timeout (0.2.0)
@@ -256,7 +258,7 @@ GEM
256258
tzinfo (2.0.4)
257259
concurrent-ruby (~> 1.0)
258260
ulid (1.3.0)
259-
unicode-display_width (2.1.0)
261+
unicode-display_width (2.3.0)
260262
validate_url (1.0.13)
261263
activemodel (>= 3.0.0)
262264
public_suffix
@@ -284,7 +286,7 @@ DEPENDENCIES
284286
pg (~> 1.3)
285287
sanitize (~> 6.0)
286288
sprockets-rails
287-
standard (= 1.12.0)
289+
standard (= 1.16.1)
288290
twilio-ruby (~> 5.64)
289291
ulid (~> 1.3)
290292
validate_url (~> 1.0)

0 commit comments

Comments
 (0)