soml-parser/Gemfile

18 lines
420 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"
gem "salama-reader" , :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)
# gem "ast" , :github => "dancinglightning/ast"
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"
2015-05-03 21:58:33 +02:00
gem "rubygems-tasks"
2014-06-04 18:31:25 +02:00
end