We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88939fb commit 2bbe2a4Copy full SHA for 2bbe2a4
.travis.yml
@@ -1,5 +1,4 @@
1
rvm:
2
- - 1.8.7
3
- 1.9.2
4
- 1.9.3
5
- ree
typescript-rails.gemspec
@@ -24,4 +24,6 @@ Gem::Specification.new do |gem|
24
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
25
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
26
gem.require_paths = ["lib"]
27
+
28
+ gem.required_ruby_version = ">= 1.9.2"
29
end
0 commit comments