Bundle, gem, and rubocop updates

This commit is contained in:
2019-12-31 10:12:30 -05:00
parent b7da2ae0d1
commit 4728282716
8 changed files with 39 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.4.1' if ENV.key?('DYNO')
ruby '2.6.5' if ENV.key?('DYNO')
gem 'aws-sdk', '~> 2'
gem 'pry', group: %i[development test]