source 'https://rubygems.org'

gemspec
gemspec path: '../billing-constants'

gem 'mysql2', '~> 0.3.14'
gem 'activerecord', '4.2.7.1'
gem 'railties', '4.2.7.1'

gem 'onapp-utils',  git: 'git@bitbucket.org:onappcore/onapp-utils.git'
gem 'onapp-rom',    git: 'git@bitbucket.org:onappcore/onapp-rom.git'
gem 'onapp-events', git: 'git@bitbucket.org:onappcore/onapp-events.git'
