This repository has been archived by the owner on Feb 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
35 lines (28 loc) · 1.75 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
source 'https://rubygems.org'
gem 'rake'
gem 'yajl-ruby'
gem 'mimetype-fu'
gem 'coffee-script'
gem 'sass'
gem 'static-sprockets', :git => 'git://github.com/jvatic/static-sprockets.git', :branch => 'master'
gem 'static-sprockets-tent', :git => 'git://github.com/jvatic/static-sprockets-tent.git', :branch => 'master', :require => false
gem 'contacts-service', :git => 'git://github.com/cupcake/contacts-service.git', :ref => '183ac652df60355988540efaca035e48e1e25e6f'
gem 'rack-putty', :git => 'git://github.com/tent/rack-putty.git', :branch => 'master'
gem 'marbles-js', :git => 'git://github.com/jvatic/marbles-js.git', :branch => 'redesign'
gem 'marbles-tent-client-js', :git => 'git://github.com/tent/marbles-tent-client-js.git', :branch => 'redesign'
gem 'icing', :git => '[email protected]:c/icing.git', :branch => 'master'
gem 'cupcake-apps-bar', :git => '[email protected]:c/apps-bar-web.git', :branch => 'master'
gem 'sprockets', '~> 2.0', :git => 'git://github.com/jvaill/sprockets.git', :branch => 'master'
gem 'lodash-assets', :git => 'git://github.com/jvatic/lodash-assets.git', :branch => 'master'
gem 'react-jsx-sprockets', :git => 'git://github.com/jvatic/react-jsx-sprockets.git', :branch => 'master'
gem 'raven-js', :git => 'git://github.com/jvatic/raven-js-sprockets.git', :branch => 'master'
gem 'tent-client', :git => 'git://github.com/tent/tent-client-ruby.git', :branch => 'master'
gem 'hawk-auth', :git => 'git://github.com/tent/hawk-ruby.git', :branch => 'master'
gem 'omniauth-tent', :git => 'git://github.com/tent/omniauth-tent.git', :branch => 'master'
gem 'echoe'
group :development, :assets do
gem 'asset_sync', :git => 'git://github.com/titanous/asset_sync.git', :branch => 'fix-mime'
gem 'mime-types'
gem 'sprockets-rainpress'
gem 'uglifier'
end