rubyx-debugger/Gemfile

22 lines
364 B
Ruby
Raw Normal View History

2015-07-06 13:20:21 +02:00
source 'https://rubygems.org'
2016-12-22 20:18:10 +01:00
gem "opal"
gem 'opal-sprockets'
2015-08-19 22:34:39 +02:00
gem 'opal-browser'
2015-10-07 11:23:46 +02:00
2018-04-17 19:25:56 +02:00
gem "rubyx" , "0.6" , path: "../rubyx"
gem "rx-file" , :git => "https://github.com/ruby-x/rx-file"
2015-07-29 16:13:04 +02:00
2015-08-20 02:14:33 +02:00
gem "sass"
2015-07-31 18:31:02 +02:00
2015-07-29 16:13:04 +02:00
group :test do
# Testing dependencies
2015-07-30 14:18:19 +02:00
gem "minitest"
gem 'rspec'
gem 'capybara'
gem 'selenium-webdriver'
gem 'chromedriver2-helper'
gem 'poltergeist'
2015-07-29 16:13:04 +02:00
end