soml-parser/Gemfile

16 lines
384 B
Ruby
Raw Permalink Normal View History

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