Skip to content

Commit 780027e

Browse files
Merge pull request #4697 from manyfold3d/dependabot/bundler/standard-1.51.0
2 parents f62b56e + 3e3bbe0 commit 780027e

File tree

20 files changed

+30
-17
lines changed

20 files changed

+30
-17
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ RSpec/MultipleMemoizedHelpers:
4545
RSpec/NoExpectationExample:
4646
Exclude:
4747
- spec/system/documentation_screenshots_spec.rb
48+
Style/ItAssignment:
49+
Enabled: false

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ group :development, :test do
4141
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
4242
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
4343
gem "rspec-rails"
44-
gem "standard", "~> 1.50"
44+
gem "standard", "~> 1.51"
4545
gem "factory_bot"
4646
gem "faker", "~> 3.5"
4747
gem "guard", "~> 2.19"

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ GEM
574574
prime (0.1.2)
575575
forwardable
576576
singleton
577-
prism (1.5.1)
577+
prism (1.6.0)
578578
propshaft (1.3.1)
579579
actionpack (>= 7.0.0)
580580
activesupport (>= 7.0.0)
@@ -734,15 +734,15 @@ GEM
734734
rswag-ui (2.16.0)
735735
actionpack (>= 5.2, < 8.1)
736736
railties (>= 5.2, < 8.1)
737-
rubocop (1.75.8)
737+
rubocop (1.80.2)
738738
json (~> 2.3)
739739
language_server-protocol (~> 3.17.0.2)
740740
lint_roller (~> 1.1.0)
741741
parallel (~> 1.10)
742742
parser (>= 3.3.0.2)
743743
rainbow (>= 2.2.2, < 4.0)
744744
regexp_parser (>= 2.9.3, < 3.0)
745-
rubocop-ast (>= 1.44.0, < 2.0)
745+
rubocop-ast (>= 1.46.0, < 2.0)
746746
ruby-progressbar (~> 1.7)
747747
unicode-display_width (>= 2.4.0, < 4.0)
748748
rubocop-ast (1.47.1)
@@ -836,10 +836,10 @@ GEM
836836
sqlite3_ar_regexp (3.0.0)
837837
activerecord (>= 6.0)
838838
sqlite3 (>= 1.4)
839-
standard (1.50.0)
839+
standard (1.51.1)
840840
language_server-protocol (~> 3.17.0.2)
841841
lint_roller (~> 1.0)
842-
rubocop (~> 1.75.5)
842+
rubocop (~> 1.80.2)
843843
standard-custom (~> 1.0.0)
844844
standard-performance (~> 1.8)
845845
standard-custom (1.0.2)
@@ -1036,7 +1036,7 @@ DEPENDENCIES
10361036
spdx (~> 4.1)
10371037
spring
10381038
sqlite3_ar_regexp (~> 3.0)
1039-
standard (~> 1.50)
1039+
standard (~> 1.51)
10401040
stimulus-rails (~> 1.3.4)
10411041
stopwords-filter2
10421042
string-similarity (~> 2.1)
@@ -1262,7 +1262,7 @@ CHECKSUMS
12621262
pp (0.6.2) sha256=947ec3120c6f92195f8ee8aa25a7b2c5297bb106d83b41baa02983686577b6ff
12631263
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
12641264
prime (0.1.2) sha256=d4e956cadfaf04de036dc7dc74f95bf6a285a62cc509b28b7a66b245d19fe3a4
1265-
prism (1.5.1) sha256=b40c1b76ccb9fcccc3d1553967cda6e79fa7274d8bfea0d98b15d27a6d187134
1265+
prism (1.6.0) sha256=bfc0281a81718c4872346bc858dc84abd3a60cae78336c65ad35c8fbff641c6b
12661266
propshaft (1.3.1) sha256=9acc664ef67e819ffa3d95bd7ad4c3623ea799110c5f4dee67fa7e583e74c392
12671267
pry (0.15.2) sha256=12d54b8640d3fa29c9211dd4ffb08f3fd8bf7a4fd9b5a73ce5b59c8709385b6b
12681268
psych (5.2.6) sha256=814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e
@@ -1316,7 +1316,7 @@ CHECKSUMS
13161316
rswag-api (2.16.0) sha256=b653f7bd92e98be18b01ab4525d88950d7b0960e293a99f856b9efcee3ae6074
13171317
rswag-specs (2.16.0) sha256=8ba26085c408b0bd2ed21dc8015c80f417c7d34c63720ab7133c2549b5bd2a91
13181318
rswag-ui (2.16.0) sha256=a1f49e927dceda92e6e6e7c1000f1e217ee66c565f69e28131dc98b33cd3a04f
1319-
rubocop (1.75.8) sha256=c80ab4286c5dcfc49d7ad1787cdba5569b63b58c96ee7afde4ec47a9c8a85be9
1319+
rubocop (1.80.2) sha256=6485f30fefcf5c199db3b91e5e253b1ef43f7e564784e2315255809a3dd9abf4
13201320
rubocop-ast (1.47.1) sha256=592682017855408b046a8190689490763aecea175238232b1b526826349d01ae
13211321
rubocop-capybara (2.22.1) sha256=ced88caef23efea53f46e098ff352f8fc1068c649606ca75cb74650970f51c0c
13221322
rubocop-factory_bot (2.27.1) sha256=9d744b5916778c1848e5fe6777cc69855bd96548853554ec239ba9961b8573fe
@@ -1353,7 +1353,7 @@ CHECKSUMS
13531353
sqlite3 (2.5.0-x86_64-darwin) sha256=e3c6d2fa04db9d0773455cb6c79835f230c363424b69c34dd718e1aff8609d35
13541354
sqlite3 (2.5.0-x86_64-linux-gnu) sha256=c62c8d625da7e2ce93d694f02cd9c9d537638f56b09f2e8f28bea2d030b3923b
13551355
sqlite3_ar_regexp (3.0.0) sha256=90ce99f00b9256721104550853a227e31972c6488963f203aa50f053a8c7c005
1356-
standard (1.50.0) sha256=b6c67f61fd6cedeec90ee338c6e913d9ccc4c467660ad1575da8aa6ba10f4aec
1356+
standard (1.51.1) sha256=6d0d98a1fac26d660393f37b3d9c864632bb934b17abfa23811996b20f87faf2
13571357
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
13581358
standard-performance (1.8.0) sha256=ed17b7d0e061b2a19a91dd434bef629439e2f32310f22f26acb451addc92b788
13591359
starry (0.2.0) sha256=2696b0a165694269177bd7d98f77b6e76fd62b69455f297684ba416088d429b1

app/controllers/application_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class ApplicationController < ActionController::Base
22
include Pundit::Authorization
33
include BetterContentSecurityPolicy::HasContentSecurityPolicy
4+
45
after_action :verify_authorized, except: :index, unless: -> { respond_to?(:fasp_client_controller?) }
56
after_action :verify_policy_scoped, only: :index, unless: -> { respond_to?(:fasp_client_controller?) }
67
after_action :set_content_security_policy_header, if: -> { request.format.html? }

app/controllers/concerns/filterable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Filterable
22
extend ActiveSupport::Concern
3+
34
included do
45
before_action :get_filters, only: [:index, :show] # rubocop:todo Rails/LexicallyScopedActionFilter
56
end

app/deserializers/integrations/thangs/base_deserializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Integrations::Thangs::BaseDeserializer < Integrations::BaseDeserializer
44
model_slug: /(?<model_slug>[[:alnum:]\- ]+)/,
55
model_id: /(?<model_id>[[:digit:]]+)/
66
}
7-
USERNAME_PATTERN = /[[:alnum:]_\-]+/
7+
USERNAME_PATTERN = /[[:alnum:]_-]+/
88

99
private
1010

app/deserializers/integrations/thingiverse/base_deserializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Integrations::Thingiverse::BaseDeserializer < Integrations::BaseDeserializer
2-
USERNAME_PATTERN = /[[:alnum:]_\-]+/
2+
USERNAME_PATTERN = /[[:alnum:]_-]+/
33

44
private
55

app/jobs/application_job.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class ApplicationJob < ActiveJob::Base
22
include ActiveJob::Status
3+
34
sidekiq_options retry: 10
45

56
# Most jobs are safe to ignore if the underlying records are no longer available

app/jobs/scan/check_all_job.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class Scan::CheckAllJob < ApplicationJob
22
include JobIteration::Iteration
3+
34
queue_as :scan
45
unique :until_executed
56

app/jobs/upgrade/backfill_image_derivatives.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class Upgrade::BackfillImageDerivatives < ApplicationJob
22
include JobIteration::Iteration
3+
34
queue_as :low
45
unique :until_executed
56

0 commit comments

Comments
 (0)