source 'https://rubygems.org'

gemspec

gem 'onapp-core',   git: 'git@bitbucket.org:onappcore/onapp-core.git',   require: false, branch: '6.1.x'
gem 'onapp-events', git: 'git@bitbucket.org:onappcore/onapp-events.git', require: false, branch: '6.1.x'

group :test, :development do
  gem 'webmock'
end
