Sha256: beff2cab061e6c0937972bc301d21285779740d55a9c7dd16409da4bbd1c5f56
Contents?: true
Size: 455 Bytes
Versions: 6
Compression:
Stored size: 455 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' 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
Version data entries
6 entries across 6 versions & 1 rubygems