rubyx-debugger/Gemfile

22 lines
364 B
Ruby
Raw Normal View History

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