Skip to content

Commit ccb60fc

Browse files
Bump standard-rails from 1.4.0 to 1.5.0 (#51)
Bumps [standard-rails](https://github.com/testdouble/standard-rails) from 1.4.0 to 1.5.0. - [Changelog](https://github.com/standardrb/standard-rails/blob/main/CHANGELOG.md) - [Commits](standardrb/standard-rails@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: standard-rails dependency-version: 1.5.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 2feb9ca commit ccb60fc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ gem "sqlite3"
1111
gem "debug"
1212

1313
gem "standard", "~> 1.52"
14-
gem "standard-rails", "~> 1.4"
14+
gem "standard-rails", "~> 1.5"

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ GEM
3939
uri (>= 0.13.1)
4040
ast (2.4.3)
4141
base64 (0.3.0)
42-
benchmark (0.4.1)
43-
bigdecimal (3.2.3)
42+
benchmark (0.5.0)
43+
bigdecimal (3.3.1)
4444
builder (3.3.0)
4545
concurrent-ruby (1.3.5)
4646
connection_pool (2.5.4)
@@ -66,7 +66,7 @@ GEM
6666
loofah (2.24.1)
6767
crass (~> 1.0.2)
6868
nokogiri (>= 1.12.0)
69-
minitest (5.25.5)
69+
minitest (5.26.2)
7070
nio4r (2.7.4)
7171
nokogiri (1.18.10-aarch64-linux-gnu)
7272
racc (~> 1.4)
@@ -98,7 +98,7 @@ GEM
9898
puma (7.1.0)
9999
nio4r (~> 2.0)
100100
racc (1.8.1)
101-
rack (3.2.1)
101+
rack (3.2.4)
102102
rack-session (2.1.1)
103103
base64 (>= 0.1.0)
104104
rack (>= 3.0.0)
@@ -148,12 +148,12 @@ GEM
148148
lint_roller (~> 1.1)
149149
rubocop (>= 1.75.0, < 2.0)
150150
rubocop-ast (>= 1.38.0, < 2.0)
151-
rubocop-rails (2.31.0)
151+
rubocop-rails (2.33.4)
152152
activesupport (>= 4.2.0)
153153
lint_roller (~> 1.1)
154154
rack (>= 1.1)
155155
rubocop (>= 1.75.0, < 2.0)
156-
rubocop-ast (>= 1.38.0, < 2.0)
156+
rubocop-ast (>= 1.44.0, < 2.0)
157157
ruby-progressbar (1.13.0)
158158
securerandom (0.4.1)
159159
sqlite3 (2.8.0-aarch64-linux-gnu)
@@ -176,9 +176,9 @@ GEM
176176
standard-performance (1.8.0)
177177
lint_roller (~> 1.1)
178178
rubocop-performance (~> 1.25.0)
179-
standard-rails (1.4.0)
179+
standard-rails (1.5.0)
180180
lint_roller (~> 1.0)
181-
rubocop-rails (~> 2.31.0)
181+
rubocop-rails (~> 2.33.4)
182182
stringio (3.1.7)
183183
thor (1.4.0)
184184
tsort (0.2.0)
@@ -187,7 +187,7 @@ GEM
187187
unicode-display_width (3.2.0)
188188
unicode-emoji (~> 4.1)
189189
unicode-emoji (4.1.0)
190-
uri (1.0.3)
190+
uri (1.1.1)
191191
useragent (0.16.11)
192192
zeitwerk (2.7.3)
193193

@@ -207,7 +207,7 @@ DEPENDENCIES
207207
rails-app_env!
208208
sqlite3
209209
standard (~> 1.52)
210-
standard-rails (~> 1.4)
210+
standard-rails (~> 1.5)
211211

212212
BUNDLED WITH
213213
2.6.9

0 commit comments

Comments
 (0)