Skip to content

Commit 003b385

Browse files
committed
bumped ruby
1 parent e4449ae commit 003b385

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: 3.4.8
40+
ruby-version: 3.4.9
4141
bundler-cache: true
4242

4343
- name: Run migrations

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
3.4.9

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
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.4.8'
4+
ruby '3.4.9'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 8.1', '>= 8.1.2.1'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ DEPENDENCIES
582582
webmock (~> 3.17.0)
583583

584584
RUBY VERSION
585-
ruby 3.4.8p72
585+
ruby 3.4.9p82
586586

587587
BUNDLED WITH
588588
2.6.9

0 commit comments

Comments
 (0)