Skip to content

Commit 9f3e90b

Browse files
committed
Update pronto-brakeman gem to use fork
1 parent efd7157 commit 9f3e90b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
source 'https://rubygems.org'
77

88
gem 'pronto'
9-
gem 'pronto-brakeman', require: false
9+
# Source repo has been archived: https://github.com/prontolabs/pronto-brakeman
10+
gem 'pronto-brakeman', github: "storypark/pronto-brakeman", require: false
1011
gem 'pronto-bundler_audit', require: false
1112
gem 'pronto-eslint_npm', require: false
1213
gem 'pronto-rails_best_practices', require: false

0 commit comments

Comments
 (0)