Skip to content

Commit 33e6c5f

Browse files
Update dependency ruby to v3.4.7
1 parent ef257d8 commit 33e6c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.3'
22+
ruby-version: '3.4.7'
2323
bundler-cache: true
2424
timeout-minutes: 30
2525
- name: Build

Gemfile

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

3-
ruby "~> 3.3.6"
3+
ruby "~> 3.4.0"
44

55
gem "activesupport", ">= 5.2.7", :require => false
66
gem "bootstrap-sass", "~> 3.x"

0 commit comments

Comments
 (0)