Skip to content

Commit

Permalink
Deps: Update ruby from 3.1.4 to 3.1.6 (#452)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kyleecodes authored Jul 9, 2024
1 parent 325b1e7 commit 069c6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.1.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.4'
ruby '3.1.6'

gem 'rails', '~> 7.0', '>= 7.0.8'
gem 'pg', '~> 1.5', '>= 1.5.3'
Expand Down

0 comments on commit 069c6a2

Please sign in to comment.