Skip to content

Commit 2bbe2a4

Browse files
author
KAWACHI Takashi
committed
Required Ruby >= 1.9.2
1 parent 88939fb commit 2bbe2a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
rvm:
2-
- 1.8.7
32
- 1.9.2
43
- 1.9.3
54
- ree

typescript-rails.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ Gem::Specification.new do |gem|
2424
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
2525
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
2626
gem.require_paths = ["lib"]
27+
28+
gem.required_ruby_version = ">= 1.9.2"
2729
end

0 commit comments

Comments
 (0)