Sha256: 138cd651069bc5887009455de13df76ce16b427b1a74ad1a829ce08044cea7ad
Contents?: true
Size: 615 Bytes
Versions: 4
Compression:
Stored size: 615 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' gem 'volt-user-templates', path: '/Users/ryanstout/Sites/volt/apps/volt-user-templates' gem 'opal' # 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
4 entries across 4 versions & 1 rubygems