2014-06-04 18:31:25 +02:00
|
|
|
source "http://rubygems.org"
|
2014-06-04 18:47:55 +02:00
|
|
|
|
2015-07-09 21:14:25 +02:00
|
|
|
gem "rake"
|
|
|
|
|
2015-11-30 18:55:48 +01:00
|
|
|
gem "soml-parser" , :path => "."
|
2014-06-04 18:31:25 +02:00
|
|
|
|
2015-09-17 23:02:52 +02:00
|
|
|
# use this for debugging, the printout is better (cut/paste)
|
2015-11-30 19:07:11 +01:00
|
|
|
gem "ast" #, :github => "dancinglightning/ast" , :branch => :new_inspect
|
2015-09-18 21:19:42 +02:00
|
|
|
#gem "ast"
|
2015-07-18 12:09:16 +02:00
|
|
|
|
2014-06-04 18:31:25 +02:00
|
|
|
# Add dependencies to develop your gem here.
|
|
|
|
# Include everything needed to run rake, tests, features, etc.
|
|
|
|
group :development do
|
2015-07-18 12:09:16 +02:00
|
|
|
gem "codeclimate-test-reporter", require: nil
|
2014-06-04 19:51:25 +02:00
|
|
|
gem "minitest"
|
2014-06-04 18:31:25 +02:00
|
|
|
end
|