fixing gem file and spec

This commit is contained in:
Torsten Ruger
2017-04-08 17:38:49 +03:00
parent c7978c22d4
commit 96f8bf61ca
3 changed files with 25 additions and 31 deletions

View File

@ -1,12 +1,13 @@
source "http://rubygems.org"
source "https://rubygems.org"
gem "salama" , :path => "."
gem "ast" , :github => "whitequark/ast" , branch: :master
gem "rubyx" , :path => "."
#gem "ast"
#, :github => "whitequark/ast" , branch: :master
gem "rake"
gem "rye"
gem "salama-object-file" , :github => "ruby-x/rubyx-object-file"
gem "salama-object-file" , :git => "https://github.com/ruby-x/rubyx-object-file"
#gem "salama-object-file" , :path => "../salama-object-file"
gem "codeclimate-test-reporter", require: nil