Skip to content

Commit

Permalink
Satisfy rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bzurkowski committed Jul 19, 2018
1 parent b03315d commit 6cd1fbe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions wisper-resque.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'wisper/resque/version'

Expand All @@ -17,12 +16,12 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*']
spec.require_paths = ['lib']

spec.add_dependency 'wisper', '~> 2.0'
spec.add_dependency 'resque', '~> 1.0'
spec.add_dependency 'wisper', '~> 2.0'

spec.add_development_dependency 'bundler', '~> 1.12'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.5'
spec.add_development_dependency 'rubocop', '~> 0.49'
end

0 comments on commit 6cd1fbe

Please sign in to comment.