Skip to content

Commit

Permalink
Merge pull request #333 from voxpupuli/dependabot/bundler/rubocop-rai…
Browse files Browse the repository at this point in the history
…ls-2.12.2

Bump rubocop-rails from 2.11.3 to 2.12.2
  • Loading branch information
Flipez authored Sep 20, 2021
2 parents d84ba2f + 0ca92c6 commit 225fa73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
rubocop-rails (2.11.3)
rubocop-rails (2.12.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -468,7 +468,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.0.0)
unicode-display_width (2.1.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down
3 changes: 2 additions & 1 deletion app/models/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Repository < ApplicationRecord
class_name: 'PullRequest',
primary_key: :github_id,
foreign_key: :gh_repository_id,
inverse_of: :repository)
inverse_of: :repository,
dependent: :destroy)

has_many :repository_statuses, dependent: :destroy

Expand Down

0 comments on commit 225fa73

Please sign in to comment.