source 'https://rubygems.org'

gemspec

eval_gemfile '../billing-sources/Gemfile'

gem 'onapp-core', git: 'git@bitbucket.org:onappcore/onapp-core.git'

group :test do
  gem 'webrat', '0.7.3', require: 'webrat/core/matchers'
end
