Skip to content

Commit 25c4b2a

Browse files
Update dependency ruby to v3.4.8
1 parent 81459be commit 25c4b2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Ruby
1313
uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: "3.1"
15+
ruby-version: "3.4.8"
1616
bundler-cache: true
1717
- name: Docker login
1818
run: echo ${{ secrets.DOCKER_REGISTRY_PASSWORD }} | docker login docker.io --password-stdin --username ${{ secrets.DOCKER_REGISTRY_USERNAME }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# The Ruby version should match the lowest acceptable version of the application
4-
ruby "~> 3.1.4"
4+
ruby "~> 3.4.0"
55

66
plugin 'bundler-inject'
77
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ DEPENDENCIES
411411
webmock
412412

413413
RUBY VERSION
414-
ruby 3.1.6p260
414+
ruby 3.4.8p72
415415

416416
BUNDLED WITH
417417
2.4.22

0 commit comments

Comments
 (0)