Skip to content

Commit 45a955e

Browse files
Update dependency ruby to v3.4.8
1 parent 9c95081 commit 45a955e

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.3"
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.3.10"
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
@@ -423,7 +423,7 @@ DEPENDENCIES
423423
webmock
424424

425425
RUBY VERSION
426-
ruby 3.3.10p183
426+
ruby 3.4.8p72
427427

428428
BUNDLED WITH
429429
2.7.2

0 commit comments

Comments
 (0)