Skip to content

Commit 069c6a2

Browse files
authored
Deps: Update ruby from 3.1.4 to 3.1.6 (#452)
Required to run in Devcontainer. 3.1.4 is a patch version, no longer exists on Microsoft devcontainer Ruby registry. 3.1.6 is the latest stable version of 3.1.
1 parent 325b1e7 commit 069c6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.4
1+
3.1.6

Gemfile

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

6-
ruby '3.1.4'
6+
ruby '3.1.6'
77

88
gem 'rails', '~> 7.0', '>= 7.0.8'
99
gem 'pg', '~> 1.5', '>= 1.5.3'

0 commit comments

Comments
 (0)