Skip to content

Commit

Permalink
Merge pull request #4 from rogesson/update_rubocop_version
Browse files Browse the repository at this point in the history
update rubocop version
  • Loading branch information
lorn authored May 11, 2021
2 parents 8e654bc + bf9ab03 commit 1088bb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ script:

matrix:
include:
- rvm: "1.9.3"
gemfile: Gemfile-old-ruby
- rvm: "2.0.0"
- rvm: "2.1.7"
- rvm: "2.2.4"
Expand Down
6 changes: 0 additions & 6 deletions Gemfile-old-ruby

This file was deleted.

5 changes: 2 additions & 3 deletions heartcheck-resque.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'heartcheck/resque/version'
Expand All @@ -19,9 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^(test|spec|features)/)
spec.require_paths = ['lib']

spec.add_development_dependency 'rspec', '~> 3.4.0'
spec.add_development_dependency 'rubocop', '~> 0.27.0', '>= 0.27.1'
spec.add_development_dependency 'pry-nav', '~> 0.2.0', '>= 0.2.4'
spec.add_development_dependency 'rspec', '~> 3.4.0'
spec.add_development_dependency 'rubocop', '>= 0.49.0'

spec.add_dependency 'heartcheck', '~> 1.0', '>= 1.0.0'
spec.add_dependency 'resque', '~> 1.0'
Expand Down

0 comments on commit 1088bb5

Please sign in to comment.