mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
Hard code handlebars release
This commit is contained in:
parent
2577d76e4f
commit
980d258f32
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
|
||||
gem 'ember-rails'
|
||||
gem 'ember-source', '1.0.0.rc6.2'
|
||||
gem 'handlebars-source'
|
||||
gem 'handlebars-source', '1.0.12'
|
||||
gem 'barber'
|
||||
|
||||
gem 'vestal_versions', git: 'https://github.com/zhangyuan/vestal_versions'
|
||||
|
|
|
@ -493,7 +493,7 @@ DEPENDENCIES
|
|||
fog
|
||||
guard-rspec
|
||||
guard-spork
|
||||
handlebars-source
|
||||
handlebars-source (= 1.0.12)
|
||||
highline
|
||||
hiredis
|
||||
image_optim
|
||||
|
|
Loading…
Reference in New Issue
Block a user