source 'https://rubygems.org' gem 'activesupport', '5.0.0', require: false gem 'aws-sdk', '~> 3' gem 'dotenv' gem 'excon', '~> 0.54.0' gem 'net-ssh', '~> 3.2' gem 'pry', '~> 0.11.3' gem 'qa_helpers', git: 'git@github.com:theorchard/ruby-qa-helpers.git' gem 'require_all', '~> 1.3', '>= 1.3.3' gem 'rspec', '~> 3.3.0' gem 'httparty' gem 'rspec-expectations', '~> 3.3.0' gem 'rubocop', '~> 0.53.0', require: false