Skip to content

Commit b98ae2c

Browse files
committedSep 30, 2015
Updated TS version
1 parent bd2e685 commit b98ae2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ group :test do
99
gem 'minitest-power_assert'
1010
gem 'coveralls'
1111
gem 'simplecov'
12+
gem 'tzinfo-data', platforms: [:mingw, :mswin]
1213
end
1314

‎lib/typescript/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Typescript
22
module Rails
3-
VERSION = '0.6.1'
3+
VERSION = '0.6.2'
44
end
55
end

‎typescript-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.summary = %q{Adds Typescript to the Rails Asset pipeline}
1515
gem.homepage = 'https://github.com/typescript-ruby/typescript-rails'
1616

17-
gem.add_runtime_dependency 'typescript-node', '>= 1.4.1'
17+
gem.add_runtime_dependency 'typescript-node', '>= 1.6.2'
1818
gem.add_runtime_dependency 'tilt'
1919
gem.add_runtime_dependency 'railties'
2020

0 commit comments

Comments
 (0)
Please sign in to comment.