Skip to content

Commit

Permalink
[src/api] Update rubocop-rails: 2.17.2 → 2.17.3 (patch) (#13405)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Nov 24, 2022
1 parent 8bc0b6c commit 4b0e96f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile.lock
Expand Up @@ -398,7 +398,7 @@ GEM
rubocop-performance (1.15.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.2)
rubocop-rails (2.17.3)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion src/api/spec/rails_helper.rb
Expand Up @@ -26,7 +26,7 @@
config.include Haml::Helpers

# load ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.fixture_path = Rails.root.join('spec/fixtures')

# set spec type based on their file location
config.infer_spec_type_from_file_location!
Expand Down
Binary file removed src/api/vendor/cache/rubocop-rails-2.17.2.gem
Binary file not shown.
Binary file added src/api/vendor/cache/rubocop-rails-2.17.3.gem
Binary file not shown.

0 comments on commit 4b0e96f

Please sign in to comment.