Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 3a08d5f

Browse files
Bump ruby version to 2.7.1 (#292)
1 parent 4c055ce commit 3a08d5f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.7.0
1+
ruby-2.7.1

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "2.7.0"
4+
ruby "2.7.1"
55

66
gem "bootsnap", ">= 1.1.0", require: false
77
gem "bootstrap", "~> 4.3.1"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ DEPENDENCIES
471471
wkhtmltopdf-binary
472472

473473
RUBY VERSION
474-
ruby 2.7.0p0
474+
ruby 2.7.1p83
475475

476476
BUNDLED WITH
477477
2.1.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There are detailed instructions for installation on Ubuntu hosts in the [ubuntu-
3232

3333
### Ruby Version
3434

35-
This app uses Ruby version 2.7.0, indicated in `/.ruby-version` and `Gemfile`, which will be auto-selected if you use a Ruby versioning manager like `rvm` or `rbenv`.
35+
This app uses Ruby version 2.7.1, indicated in `/.ruby-version` and `Gemfile`, which will be auto-selected if you use a Ruby versioning manager like `rvm` or `rbenv`.
3636

3737
### Database Configuration
3838

config/deploy/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# Feel free to add new variables to customise your setup.
3939

4040
set :rvm_type, :user
41-
set :rvm_ruby_version, "2.7.0"
41+
set :rvm_ruby_version, "2.7.1"
4242
# Custom SSH Options
4343
# ==================
4444
# You may pass any option but keep in mind that net/ssh understands a

config/deploy/staging.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
keys: ["~/.ssh/id_rsa"]
3838
}
3939

40-
set :rvm_ruby_version, "2.7.0"
40+
set :rvm_ruby_version, "2.7.1"
4141

4242
# Custom SSH Options
4343
# ==================

0 commit comments

Comments
 (0)