Skip to content

Commit 71c82e2

Browse files
author
David Personette
authored
update ruby version (#550)
1 parent c9da11f commit 71c82e2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.5
1+
2.7.2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_script:
88
cache: bundler
99
language: ruby
1010
rvm:
11-
- 2.6.5
11+
- 2.7.2
1212
- ruby-head
1313
matrix:
1414
allow_failures:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ DEPENDENCIES
237237
will_paginate
238238

239239
RUBY VERSION
240-
ruby 2.6.5p114
240+
ruby 2.7.2
241241

242242
BUNDLED WITH
243243
2.2.12

docs/VPS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ We are going to use Rbenv to manage the version of Ruby you use.
6161
git clone git://github.com/sstephenson/ruby-build.git $HOME/.rbenv/plugins/ruby-build
6262
source ~/.bash_profile
6363

64-
rbenv install 2.6.5
65-
rbenv local 2.6.5
64+
rbenv install 2.7.2
65+
rbenv local 2.7.2
6666
rbenv rehash
6767

6868
We also need to install bundler which will handle Stringer's dependencies

0 commit comments

Comments
 (0)