Skip to content

Commit

Permalink
Upgrade Ruby and Node
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaML committed Apr 25, 2021
1 parent 89dca37 commit 7f87a6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
2.7.0
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 2.6.5
nodejs 13.8.0
ruby 2.7.0
nodejs 14.16.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'

ruby '2.6.5'
ruby '2.7.0'

gem 'rails', '~> 5.2', '>= 5.2.2.1'
gem 'react_on_rails', '~> 11.2', '>= 11.2.2'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test": "jest"
},
"engines": {
"node": "13.8.0"
"node": "14.16.0"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 7f87a6f

Please sign in to comment.