From bbb6244741af7e4acfe3d557feda9edfcc33da70 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 13 Nov 2019 16:12:14 -0600 Subject: [PATCH] update gem ruby version --- Gemfile | 2 +- Gemfile.lock | 2 +- README.rdoc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ce418759..f631a8fb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby "~> 2.5" +ruby "~> 2.6" gem 'rails', '~> 5.2' gem 'puma', '~> 3.12' diff --git a/Gemfile.lock b/Gemfile.lock index e70ea543..7fbc0a48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1352,7 +1352,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.5.1p57 + ruby 2.6.3p62 BUNDLED WITH 1.17.3 diff --git a/README.rdoc b/README.rdoc index 890fcb1c..3ff87011 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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