Sha256: fd551d450793cfdf5d22bff1853778fcd6a8098ef05b88fd50e3b3d90c4a7cd0

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

source 'http://rubygems.org'

gemspec

# gem 'rspec', '3.0.0.beta1'
# gem 'opal', git: 'https://github.com/opal/opal.git'
# gem 'opal-jquery', :git => 'https://github.com/opal/opal-jquery.git'

#---------------------
# Needed at the moment
gem 'volt-sockjs', require: false, platforms: :mri

# gem 'thor'

# gem 'rack'
# gem 'sprockets'
# gem 'sprockets-sass'
# gem 'sass'

# gem 'mongo', require: false
# gem 'pry', require: false
# gem 'thin', require: false, platforms: :mri

# Json parsing with multi_json, et al
# gem 'multi_json'
# gem 'oj', :platforms => :mri, :require => false
# gem 'jrjackson', :platforms => :jruby, :require => false

# gem 'rake', '10.0.4'

# # Needed to get opal to work on rbx
# gem 'racc', platforms: :rbx

group :development do
  # For testing the kitchen sink app
  # Twitter bootstrap
  gem 'volt-bootstrap'

  # Simple theme for bootstrap, remove to theme yourself.
  gem 'volt-bootstrap-jumbotron-theme'

  gem 'rubocop', require: false
  # gem 'guard', '2.0.1' # bug in current guard
  # gem 'guard-rspec'
  # gem 'opal-rspec', '0.3.0.beta2'#, git: 'https://github.com/adambeynon/opal-rspec.git'
  # gem 'yard', require: false
end

group :development, :test do
  gem 'bson_ext'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
volt-0.8.21 Gemfile
volt-0.8.20 Gemfile
volt-0.8.19 Gemfile
volt-0.8.18 Gemfile