Skip to content

Commit

Permalink
Fix Rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 29, 2017
1 parent 6670935 commit 991638f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions thermite.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
require 'English'

Gem::Specification.new do |s|
Expand All @@ -18,8 +17,8 @@ Gem::Specification.new do |s|
# Mostly due to tomlrb
s.required_ruby_version = '>= 2.0.0'

s.add_runtime_dependency 'rake', '>= 10'
s.add_runtime_dependency 'minitar', '~> 0.5'
s.add_runtime_dependency 'rake', '>= 10'
s.add_runtime_dependency 'tomlrb', '~> 1.2'
s.add_development_dependency 'minitest', '~> 5.9'
s.add_development_dependency 'mocha', '~> 1.1'
Expand Down

0 comments on commit 991638f

Please sign in to comment.