Skip to content

Commit

Permalink
Merge pull request #325 from collectiveidea/dependabot/bundler/standa…
Browse files Browse the repository at this point in the history
…rd-rails-1.2.0

Bump standard-rails from 1.0.2 to 1.2.0
  • Loading branch information
albus522 authored Oct 21, 2024
2 parents 5c13fdc + d9dadaa commit 0572104
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.23.1)
rubocop-rails (2.26.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
standard (1.41.1)
Expand All @@ -308,9 +308,9 @@ GEM
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.22.0)
standard-rails (1.0.2)
standard-rails (1.2.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.23.1)
rubocop-rails (~> 2.26.0)
stringio (3.1.0)
tapout (0.4.5)
ansi
Expand Down
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# directory. Alternatively, in the individual `*_spec.rb` files, manually
# require only the support files necessary.
#
Dir[Rails.root.join("spec/support/**/*.rb")].sort.each { |f| require f }
Rails.root.glob("spec/support/**/*.rb").sort.each { |f| require f }

# Checks for pending migrations before tests are run.
# If you are not using ActiveRecord, you can remove this line.
Expand Down

0 comments on commit 0572104

Please sign in to comment.