Skip to content

Commit

Permalink
Admin users
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason committed Jul 27, 2023
1 parent 191ca47 commit bb801d2
Show file tree
Hide file tree
Showing 17 changed files with 339 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require:
- rubocop-performance

inherit_gem:
standard: config/base.yml
standard: config/ruby-3.0.yml

AllCops:
NewCops: enable
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :development, :test do
gem "bundler-leak"
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "standard", require: false
gem "standard", ">= 1.24", require: false
gem "rubocop-rails", require: false
gem "rubocop-minitest", require: false
gem "rubocop-performance", require: false
Expand Down
Loading

0 comments on commit bb801d2

Please sign in to comment.