Skip to content

Commit 080bd6b

Browse files
updates ruby (#574)
1 parent f4cfe0c commit 080bd6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.4
1+
2.7.6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:experimental
2-
FROM harbor.k8s.libraries.psu.edu/library/ruby-2.7.4-node-12:20220727 as base
2+
FROM harbor.k8s.libraries.psu.edu/library/ruby-2.7.6-node-12:20220914 as base
33

44
# hadolint ignore=DL3008
55
RUN apt-get update && \

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
ruby '2.7.4'
5+
ruby '2.7.6'
66

77
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
88
gem 'rails', '~> 6.0.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ DEPENDENCIES
464464
webpacker (~> 3.5.5)
465465

466466
RUBY VERSION
467-
ruby 2.7.4p191
467+
ruby 2.7.6
468468

469469
BUNDLED WITH
470470
2.3.8

0 commit comments

Comments
 (0)