still sputters, but starts again after all that renaming

This commit is contained in:
Torsten Ruger
2018-04-03 16:48:45 +03:00
parent 7be8e040bb
commit 0c2738cdef
13 changed files with 92 additions and 106 deletions

19
Gemfile
View File

@ -3,23 +3,20 @@ source 'https://rubygems.org'
gem "opal"
gem 'opal-sprockets'
gem 'opal-browser'
#gem "ast" , :path => "../ast"
gem "ast" , :github => "whitequark/ast" , branch: :master
gem "salama" , "0.5" , :path => "../salama"
#gem "salama" , github: "salama/salama"
gem "rubyx" , "0.6" , :path => "../rubyx"
gem "rx-file" , :git => "https://github.com/ruby-x/rx-file"
gem "salama-object-file" , github: "salama/salama-object-file"
gem "sass"
gem "susy"
group :test do
# Testing dependencies
gem "minitest"
gem 'rspec', '~> 3.2.0'
gem 'opal-rspec'
gem 'capybara', '~> 2.4.2'
gem 'selenium-webdriver', '~> 2.43.0'
gem 'chromedriver2-helper', '~> 0.0.8'
gem 'poltergeist', '~> 1.5.0'
gem 'rspec'
gem 'capybara'
gem 'selenium-webdriver'
gem 'chromedriver2-helper'
gem 'poltergeist'
end