Sha256: b3e2c19dd3360e0aca1d53a911ea85fbd20d05d94ec936c105ebe3c292955512
Contents?: true
Size: 696 Bytes
Versions: 2
Compression:
Stored size: 696 Bytes
Contents
source 'https://rubygems.org' gemspec # specs gem 'rake' gem 'rack' gem 'sinatra' gem 'sinatra-websocket' gem 'opal-rspec' gem 'opal-sprockets' # Force build of eventmachine... I wish we could find a way to not use # this unmaintained library anymore. gem 'eventmachine', github: 'eventmachine/eventmachine' gem 'thin', github: 'macournoyer/thin' unless 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.3 | Gemfile |
opal-browser-0.3.2 | Gemfile |