Doing the maintenance dance

This commit is contained in:
Dan Buch
2016-08-30 10:56:49 -04:00
parent 9ebb9f0c9b
commit 2033546272
4 changed files with 35 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.2.3' if ENV.key?('DYNO')
ruby '2.3.1' if ENV.key?('DYNO')
gem 'aws-sdk', '~> 2'
gem 'pry', group: %i(development test)