still sputters, but starts again after all that renaming
This commit is contained in:
19
Gemfile
19
Gemfile
@ -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
|
||||
|
Reference in New Issue
Block a user