Skip to content

Commit

Permalink
Merge pull request #379 from jvanbaarsen/make-rubocop-pass
Browse files Browse the repository at this point in the history
Make rubocop pass on the .gemspec file
  • Loading branch information
e2 committed Apr 27, 2016
2 parents 8766cef + a2feb9d commit fdedca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

begin
# TODO: should this be vendored instead?
require "ruby_dep/travis"
require 'ruby_dep/travis'
s.required_ruby_version = RubyDep::Travis.new.version_constraint
rescue LoadError
abort "Install 'ruby_dep' gem before building this gem"
Expand Down

0 comments on commit fdedca8

Please sign in to comment.