mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Hard code handlebars release
This commit is contained in:
parent
2577d76e4f
commit
980d258f32
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ gem 'active_model_serializers', git: 'https://github.com/rails-api/active_model_
|
||||||
# PR that makes it all hang together welcome
|
# PR that makes it all hang together welcome
|
||||||
gem 'ember-rails'
|
gem 'ember-rails'
|
||||||
gem 'ember-source', '1.0.0.rc6.2'
|
gem 'ember-source', '1.0.0.rc6.2'
|
||||||
gem 'handlebars-source'
|
gem 'handlebars-source', '1.0.12'
|
||||||
gem 'barber'
|
gem 'barber'
|
||||||
|
|
||||||
gem 'vestal_versions', git: 'https://github.com/zhangyuan/vestal_versions'
|
gem 'vestal_versions', git: 'https://github.com/zhangyuan/vestal_versions'
|
||||||
|
|
|
@ -493,7 +493,7 @@ DEPENDENCIES
|
||||||
fog
|
fog
|
||||||
guard-rspec
|
guard-rspec
|
||||||
guard-spork
|
guard-spork
|
||||||
handlebars-source
|
handlebars-source (= 1.0.12)
|
||||||
highline
|
highline
|
||||||
hiredis
|
hiredis
|
||||||
image_optim
|
image_optim
|
||||||
|
|
Loading…
Reference in a new issue