rubyx/Gemfile
Torsten Ruger e3577d18af fix that silly mistake that made the percentage plummet
mostly due to the fact that object is a hash now,
not array. Took a while though
2015-07-21 19:41:30 +03:00

20 lines
514 B
Ruby

source "http://rubygems.org"
gem "salama" , :path => "."
gem "rake"
gem "salama-reader" , :github => "salama/salama-reader"
#gem "salama-reader" , :path => "../salama-reader"
gem "salama-object-file" , :github => "salama/salama-object-file"
#gem "salama-object-file" , :path => "../salama-object-file"
gem "salama-arm" , :github => "salama/salama-arm"
#gem "salama-arm" , :path => "../salama-arm"
gem "codeclimate-test-reporter", require: nil
group :development do
gem "minitest"
gem "rubygems-tasks"
end