source :rubygems

gem 'newrelic_rpm', '>=3.1.1'

group :test do
  gem 'resque'
  gem 'json'
  gem 'mocha'
end

group :build do
  gem 'jeweler'
end
