Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_script:
cache: bundler
language: ruby
rvm:
- 2.6.5
- 2.7.2
- ruby-head
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ DEPENDENCIES
will_paginate

RUBY VERSION
ruby 2.6.5p114
ruby 2.7.2

BUNDLED WITH
2.2.12
4 changes: 2 additions & 2 deletions docs/VPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ We are going to use Rbenv to manage the version of Ruby you use.
git clone git://github.com/sstephenson/ruby-build.git $HOME/.rbenv/plugins/ruby-build
source ~/.bash_profile

rbenv install 2.6.5
rbenv local 2.6.5
rbenv install 2.7.2
rbenv local 2.7.2
rbenv rehash

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