Skip to content

Commit

Permalink
Add missing closing "
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jan 17, 2019
1 parent b872f90 commit b4b3caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3.0
spec.required_ruby_version = ">= 2.3.0"

spec.add_development_dependency "bundler", ">= 0"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit b4b3caa

Please sign in to comment.