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