Skip to content

Commit

Permalink
Change references to other packages as plugins
Browse files Browse the repository at this point in the history
This removes a warning on updated repos.
  • Loading branch information
stephenbinns committed Feb 18, 2025
1 parent 2f5cfa5 commit faf45db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.4
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec
4 changes: 3 additions & 1 deletion rails.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require:
plugins:
- rubocop-rails

require:
- rubocop-rspec_rails

Rails/AddColumnIndex:
Expand Down
4 changes: 3 additions & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require:
plugins:
- rubocop-rspec
- rubocop-performance

require:
- rubocop-factory_bot

AllCops:
Expand Down
2 changes: 2 additions & 0 deletions validate_config.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'rubygems'

Bundler.require(:default)
Expand Down

0 comments on commit faf45db

Please sign in to comment.