source 'https://rubygems.org' ruby '2.2.2' if ENV.key?('DYNO') gem 'aws-sdk', '~> 2' gem 'puma' gem 'pry', group: [:development, :test] gem 'sinatra'