mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Merge pull request #527 from indentlabs/upgrade-ruby-2.6
Finish upgrading Ruby to 2.6
This commit is contained in:
commit
fc7c45fd01
2
Gemfile
2
Gemfile
@ -1,5 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
ruby "~> 2.5"
|
||||
ruby "~> 2.6"
|
||||
|
||||
gem 'rails', '~> 5.2'
|
||||
gem 'puma', '~> 3.12'
|
||||
|
||||
@ -1352,7 +1352,7 @@ DEPENDENCIES
|
||||
webmock
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.5.1p57
|
||||
ruby 2.6.3p62
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user