soml-parser/Gemfile

16 lines
384 B
Ruby
Raw Normal View History

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)
2016-12-08 18:34:59 +01:00
gem "ast" , :github => "dancinglightning/ast"
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