Sha256: bcedd4bcc4f276e09801468d1ab738204df95ec935692e341fa7ef8298b80d30
Contents?: true
Size: 674 Bytes
Versions: 12
Compression:
Stored size: 674 Bytes
Contents
source 'https://rubygems.org' gem 'volt', '<%= config[:version] %>' # 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' # 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 'opal', git: 'https://github.com/opal/opal.git' gem 'opal-jquery', :git => 'https://github.com/opal/opal-jquery.git' gem 'sockjs', git: 'https://github.com/kacperk/sockjs-ruby.git', require: false, platforms: :mri
Version data entries
12 entries across 12 versions & 1 rubygems