Skip to content

Commit

Permalink
Remove support for Ruby 1.9
Browse files Browse the repository at this point in the history
It's been EoL for over a year now
  • Loading branch information
tas50 committed May 27, 2016
1 parent 1f2e6aa commit 04178ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fauxhai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/customink/fauxhai'
spec.license = 'MIT'

spec.required_ruby_version = '>= 1.9'
spec.required_ruby_version = '>= 2.0'

spec.files = `git ls-files`.split($\)
spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
Expand Down

0 comments on commit 04178ed

Please sign in to comment.