Sha256: 9a3f4cb7ea4b5809056b9067d51cd81264c2c0eccfbcaa75c2babbcecc0e9625

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

source 'https://rubygems.org'
gemspec

# specs
gem 'rake'
gem 'rack'
gem 'sinatra'
gem 'sinatra-websocket'
# For opal-rspec, a release is needed
gem 'opal-rspec', github: 'hmdne/opal-rspec', branch: 'opal-1.3', submodules: true # '>= 0.8.0.alpha1'
gem 'opal-sprockets'
# Force build of eventmachine on Windows
gem 'eventmachine', github: 'eventmachine/eventmachine' if RUBY_PLATFORM =~ /mingw/


# runner
gem 'selenium-webdriver', require: false
gem 'rest-client', require: false
gem 'webdrivers', require: false
gem 'rexml', require: false

# browser
case ENV['OPAL_VERSION']
when nil
when /\./
  gem 'opal', "~> #{ENV['OPAL_VERSION']}.0a"
else
  gem 'opal', github: 'opal/opal', ref: ENV['OPAL_VERSION']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opal-browser-0.3.1 Gemfile
opal-browser-0.3.0 Gemfile