Sha256: 1017610b883ee6a55c5832b3c0a4e1920bf733fc49093463398cfb11af4e2700
Contents?: true
Size: 657 Bytes
Versions: 9
Compression:
Stored size: 657 Bytes
Contents
source 'https://rubygems.org' gem 'volt', path: '../../../' # The following gem's are optional for themeing # Twitter bootstrap gem 'volt-bootstrap' # Simple theme for bootstrap, remove to theme yourself. gem 'volt-bootstrap-jumbotron-theme' gem 'volt-fields', path: '/Users/ryanstout/Sites/volt/apps/volt-fields' gem 'volt-user-templates', path: '/Users/ryanstout/Sites/volt/apps/volt-user-templates' # Server for MRI platform :mri do gem 'thin', '~> 1.6.0' gem 'bson_ext', '~> 1.9.0' end # Server for jruby platform :jruby do gem 'jubilee' end #--------------------- # Needed at the moment gem 'volt-sockjs', require: false, platforms: :mri
Version data entries
9 entries across 9 versions & 1 rubygems