17 lines
423 B
Ruby
17 lines
423 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem "rake"
|
|
|
|
gem "salama-reader" , :path => "."
|
|
|
|
# use this for debugging, the printout is better (cut/paste)
|
|
gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect
|
|
#gem "ast"
|
|
|
|
# Add dependencies to develop your gem here.
|
|
# Include everything needed to run rake, tests, features, etc.
|
|
group :development do
|
|
gem "codeclimate-test-reporter", require: nil
|
|
gem "minitest"
|
|
end
|