Skip to content

Commit 3fa81f7

Browse files
committed
Use released handlebars
1 parent 213039a commit 3fa81f7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gem "rake-pipeline", :git => "https://github.com/livingsocial/rake-pipeline.git"
44
gem "ember-dev", :git => "https://github.com/emberjs/ember-dev.git", :branch => "master"
5-
gem "handlebars-source", :git => "https://github.com/wycats/handlebars.js.git", :tag => "v1.0.12"
65

76
# Require the specific version of handlebars-source that
87
# we'll be precompiling and performing tests with.

Gemfile.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ GIT
2323
rake (~> 10.0.0)
2424
thor
2525

26-
GIT
27-
remote: https://github.com/wycats/handlebars.js.git
28-
revision: 1585f917498f47263f3cd6dc4343ac377e93ad22
29-
tag: v1.0.12
30-
specs:
31-
handlebars-source (1.0.12)
32-
3326
PATH
3427
remote: .
3528
specs:
@@ -52,6 +45,7 @@ GEM
5245
diff-lcs (~> 1.1)
5346
mime-types (~> 1.15)
5447
posix-spawn (~> 0.3.6)
48+
handlebars-source (1.0.12)
5549
json (1.8.0)
5650
kicker (2.6.1)
5751
listen
@@ -85,5 +79,4 @@ PLATFORMS
8579
DEPENDENCIES
8680
ember-dev!
8781
ember-source!
88-
handlebars-source!
8982
rake-pipeline!

0 commit comments

Comments
 (0)