rubyx-debugger/Gemfile
2016-12-22 21:18:10 +02:00

26 lines
591 B
Ruby

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 "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'
end