Skip to content

Commit

Permalink
DEV: Update rubocop-discourse usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed May 8, 2020
1 parent 11843c6 commit f7fbb16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .rubocop.yml
@@ -1 +1,2 @@
inherit_from: https://raw.githubusercontent.com/discourse/discourse/master/.rubocop.yml
inherit_gem:
rubocop-discourse: default.yml
3 changes: 1 addition & 2 deletions onebox.gemspec
Expand Up @@ -33,8 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'fakeweb', '~> 1.3'
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'mocha', '~> 1.1'
spec.add_development_dependency 'rubocop', '~> 0.78.0'
spec.add_development_dependency 'rubocop-discourse', '~> 1.0.1'
spec.add_development_dependency 'rubocop-discourse', '~> 2.1.2'
spec.add_development_dependency 'twitter', '~> 4.8'
spec.add_development_dependency 'guard-rspec', '~> 4.2.8'
spec.add_development_dependency 'sinatra', '~> 1.4'
Expand Down

0 comments on commit f7fbb16

Please sign in to comment.