Skip to content

Commit

Permalink
rubocop is a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Aug 30, 2019
1 parent 15bafdb commit fe71f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wechat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'http', '>= 1.0.4', '< 5'
s.add_runtime_dependency 'nokogiri', '>=1.6.0'
s.add_runtime_dependency 'thor'
s.add_runtime_dependency 'rubocop', '~> 0.74'
s.add_development_dependency 'rubocop', '~> 0.74'
s.add_development_dependency 'rails', '>= 5.1'
s.add_development_dependency 'rspec-rails', '~> 3.6'
s.add_development_dependency 'sqlite3', '~> 1.4'
Expand Down

0 comments on commit fe71f23

Please sign in to comment.