Sha256: 2ea254de3a26d74aa1b8e53ee57046f06cd388633db38d9af81afe2c65f4b65e

Contents?: true

Size: 956 Bytes

Versions: 8

Compression:

Stored size: 956 Bytes

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
  # 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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
volt-0.7.23 Gemfile
volt-0.7.22 Gemfile
volt-0.7.21 Gemfile
volt-0.7.20 Gemfile
volt-0.7.19 Gemfile
volt-0.7.18 Gemfile
volt-0.7.17 Gemfile
volt-0.7.16 Gemfile