rubyx/Gemfile

23 lines
506 B
Ruby
Raw Normal View History

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