We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6b0e4 commit da39dc2Copy full SHA for da39dc2
1 file changed
Gemfile
@@ -5,7 +5,7 @@ git_source(:github) { |name| "https://github.com/#{name}.git" }
5
group :development, :test do
6
gem 'ast'
7
gem 'rubocop', '0.49'
8
- gem 'rubocop-git', github: 'blelump/rubocop-git'
+ gem 'rubocop-git', github: 'blelump/rubocop-git', branch: 'dev'
9
end
10
11
gemspec
0 commit comments