Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / gl-matrix / Gemfile
1 source :gemcutter
2
3 # core ruby
4 gem 'rake'
5
6 # https://github.com/pivotal/jasmine-gem
7 gem 'jasmine'
8
9 # https://github.com/sstephenson/sprockets
10 gem 'sprockets'
11
12 # https://github.com/lautis/uglifier
13 gem 'uglifier'
14
15 # for jasmine:ci task
16 gem 'json'
17
18 # https://github.com/wycats/thor - for release debug
19 gem 'thor'