Sha256: 72acb4368528c7fad4da3c1973f6295f09e41414979a85b2af788c0166d888a9

Contents?: true

Size: 950 Bytes

Versions: 1

Compression:

Stored size: 950 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'
gem 'sockjs', git: 'https://github.com/voltrb/sockjs-ruby.git', 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

1 entries across 1 versions & 1 rubygems

Version Path
volt-0.7.15 Gemfile