Skip to content

Commit 9b412b6

Browse files
committed
chore: Upgrade ruby to 2.7.3
1 parent 71cb12c commit 9b412b6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version released to date for the Jekyll Heroku Starter Kit.
99
- Hyperlinked the company name in the footer with new CSS style
1010
- Added historical releases to [Changelog](/pages/changelog.html) page
1111
- Upgraded Jekyll from `4.1.1` to `4.2.0`
12-
- Upgraded `ruby` from `2.6.3` to `2.7.1`
12+
- Upgraded `ruby` from `2.6.3` to `2.7.3`
1313
- Upgraded `bundler` from `2.1.4` to `2.2.3`
1414
- Security fix upgrades to remaining `Gemfile` packages
1515
- Updated content on README and Home pages

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby "~> 2.7.0"
2+
ruby "2.7.3"
33
gem 'bundler', '~> 2.2.3'
44
gem "jekyll", '~> 4.2.0'
55
gem "rack", ">= 2.1.4"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ DEPENDENCIES
9999
rake
100100

101101
RUBY VERSION
102-
ruby 2.7.1p83
102+
ruby 2.7.3p183
103103

104104
BUNDLED WITH
105105
2.2.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ site you built on your local machine, now published on Heroku.
281281

282282
- [Jekyll 4.2.0][jekyll]
283283
- [Heroku][heroku-main]
284-
- [ruby 2.7.1][ruby]
284+
- [ruby 2.7.3][ruby]
285285
- [Homebrew 2.4.0][brew]
286286
- [Bundler version 2.2.9][bundler]
287287

_pages/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ version released to date for the Jekyll Heroku Starter Kit.
4040
- Hyperlinked the company name in the footer with new CSS style
4141
- Added historical releases to [Changelog](/pages/changelog.html) page
4242
- Upgraded Jekyll from `4.1.1` to `4.2.0`
43-
- Upgraded `ruby` from `2.6.3` to `2.7.1`
43+
- Upgraded `ruby` from `2.6.3` to `2.7.3`
4444
- Upgraded `bundler` from `2.1.4` to `2.2.3`
4545
- Security fix upgrades to remaining `Gemfile` packages
4646
- Updated content on README and Home pages

0 commit comments

Comments
 (0)