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"
|
|
|
|
|
|
|
|
gem "salama-reader" , :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)
|
2015-09-19 14:40:08 +03:00
|
|
|
gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect
|
2015-09-18 22:19:42 +03:00
|
|
|
#gem "ast"
|
2015-07-18 13:09:16 +03:00
|
|
|
|
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"
|
2015-05-03 22:58:33 +03:00
|
|
|
gem "rubygems-tasks"
|
2014-06-04 19:31:25 +03:00
|
|
|
end
|