Leave myself more breadcrumbs

This commit is contained in:
Dan Buch
2015-10-04 18:41:08 -04:00
parent 20cddd116b
commit 23e4f02538
8 changed files with 121 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '2.2.2' if ENV.key?('DYNO')
ruby '2.2.3' if ENV.key?('DYNO')
gem 'aws-sdk', '~> 2'
gem 'pry', group: [:development, :test]
gem 'puma'
gem 'pry', group: %i(development test)
gem 'rack'
gem 'rubocop', group: %i(development test)