Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion app-rails/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
require:
plugins:
- rubocop-rspec
inherit_gem:
pundit: config/rubocop-rspec.yml
rubocop-rails-omakase: rubocop.yml

RSpec/ExampleLength:
Enabled: false
RSpec/MultipleExpectations:
Enabled: false
4 changes: 2 additions & 2 deletions app-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby "3.4.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"
gem "rails", "~> 7.2.0", ">= 7.2.2.1"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down Expand Up @@ -116,5 +116,5 @@ end

group :production do
# Add plugin for pg gem to support AWS RDS IAM
gem "pg-aws_rds_iam", "~> 0.5.0"
gem "pg-aws_rds_iam", "~> 0.7.0"
end
Loading
Loading