Skip to content

Commit 2c0a5ee

Browse files
committed
bump ruby version to 2.7.3
This has some security fixes, though none that should impact us. Mostly I want to make sure the bumping process works with CI (it would be nice if we could read the .ruby-version or Gemfile from the CI code; I think it's possible but non-trivial).
1 parent 45beb49 commit 2c0a5ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: ruby setup
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 2.7.2
13+
ruby-version: 2.7.3
1414
bundler-cache: true
1515

1616
- name: rails setup

.ruby-version

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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
source "https://rubygems.org"
4-
ruby "2.7.2"
4+
ruby "2.7.3"
55

66
gem "rails", "~> 6.0"
77

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ DEPENDENCIES
356356
yajl-ruby
357357

358358
RUBY VERSION
359-
ruby 2.7.2p137
359+
ruby 2.7.3p183
360360

361361
BUNDLED WITH
362362
2.1.4

0 commit comments

Comments
 (0)