Skip to content

Commit

Permalink
gemspec: move rubocop from Gemfile since we no longer support 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jan 20, 2017
1 parent 538c3e5 commit ebf76b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
source 'https://rubygems.org'
gemspec

# Rubocop supports only >=2.0.0
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.0.0')
gem 'rubocop', '~> 0.42', require: false
end
1 change: 1 addition & 0 deletions airbrake-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ DESC
s.add_development_dependency 'pry', '~> 0'
s.add_development_dependency 'webmock', '~> 2.3'
s.add_development_dependency 'benchmark-ips', '~> 2'
s.add_development_dependency 'rubocop', '~> 0.47'
end

0 comments on commit ebf76b7

Please sign in to comment.