rubyx/Gemfile

23 lines
506 B
Ruby
Raw Normal View History

2017-04-08 16:38:49 +02:00
source "https://rubygems.org"
2014-04-14 14:58:59 +02:00
2017-04-08 16:38:49 +02:00
gem "rubyx" , :path => "."
#gem "ast"
#, :github => "whitequark/ast" , branch: :master
2015-07-09 21:27:28 +02:00
gem "rake"
gem "rye"
2015-07-09 21:27:28 +02:00
2017-04-08 16:38:49 +02:00
gem "salama-object-file" , :git => "https://github.com/ruby-x/rubyx-object-file"
#gem "salama-object-file" , :path => "../salama-object-file"
2015-07-18 13:12:20 +02:00
2015-07-18 12:06:42 +02:00
gem "codeclimate-test-reporter", require: nil
2014-05-24 13:50:30 +02:00
2017-01-01 20:49:43 +01:00
2014-04-14 14:58:59 +02:00
group :development do
2017-01-01 20:49:43 +01:00
gem "thor" , "0.19.1"
2017-01-04 20:31:03 +01:00
gem "minitest-color"
2015-08-08 17:08:15 +02:00
gem 'guard' # NOTE: this is necessary in newer versions
gem 'guard-minitest'
2016-12-08 11:46:49 +01:00
gem "rb-readline"
2014-04-14 14:58:59 +02:00
end