Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Mar 30, 2019
1 parent 6b1758f commit de289c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmux-erb-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'tmux-erb-parser/version'
Gem::Specification.new do |spec|
spec.name = 'tmux-erb-parser'
spec.version = TmuxERBParser::VERSION
spec.required_ruby_version = '>= 2.3.0'
spec.required_ruby_version = '>= 2.4.0'
spec.requirements = %w[bash tmux]

spec.authors = ['epaew']
Expand Down Expand Up @@ -41,6 +41,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'simplecov-console'
spec.add_development_dependency 'test-unit', '~> 3.2.8'
spec.add_development_dependency 'test-unit-rr', '~> 1.0.5'
spec.add_development_dependency 'test-unit', '~> 3.2'
spec.add_development_dependency 'test-unit-rr', '~> 1.0'
end

0 comments on commit de289c9

Please sign in to comment.