Upgraded Ruby to 2.4.2, fixed OpenSSL warnings, and 3 gems

This commit is contained in:
Al Snow
2017-09-25 12:58:06 -04:00
parent c242fb27e3
commit 20635993c8
9 changed files with 414 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
#don't upgrade
gem 'rails', '5.1.4'
ruby '2.3.5'
ruby '2.4.2'
gem 'rake'
gem 'rails-perftest'