Merge pull request #527 from indentlabs/upgrade-ruby-2.6

Finish upgrading Ruby to 2.6
This commit is contained in:
Andrew Brown 2019-12-13 14:10:41 -06:00 committed by GitHub
commit fc7c45fd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby "~> 2.5"
ruby "~> 2.6"
gem 'rails', '~> 5.2'
gem 'puma', '~> 3.12'

View File

@ -1352,7 +1352,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 2.5.1p57
ruby 2.6.3p62
BUNDLED WITH
1.17.3

View File

@ -35,9 +35,9 @@ TL;DR Milestones are independent of each other -- work on whatever you want to s
== Installing the notebook development stack locally
Install ruby 2.5.1 (using `rbenv`, `rvm`, any other Ruby version manager, or just plain ol' ruby)
Install ruby 2.6.3 (using `rbenv`, `rvm`, any other Ruby version manager, or just plain ol' ruby)
rbenv install 2.5.1
rbenv install 2.6.3
Install necessary libraries