Skip to content

Commit 4ec673b

Browse files
committed
update to ruby 3.3.4
1 parent 1fc1a3b commit 4ec673b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Ruby
4545
uses: ruby/setup-ruby@v1
4646
with:
47-
ruby-version: 3.2.2
47+
ruby-version: 3.3.4
4848
# runs 'bundle install' and cache installed gems automatically
4949
bundler-cache: true
5050

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.4

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.2.2'
4+
ruby '3.3.4'
55

66
# dotenv-rails must be on the top
77
gem 'dotenv-rails', '>= 3.0.0', groups: %i[development test]

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ GEM
609609

610610
PLATFORMS
611611
arm64-darwin-22
612+
arm64-darwin-23
612613
x86_64-linux
613614

614615
DEPENDENCIES
@@ -685,7 +686,7 @@ DEPENDENCIES
685686
webmock (>= 3.20.0)
686687

687688
RUBY VERSION
688-
ruby 3.2.2p53
689+
ruby 3.3.4p94
689690

690691
BUNDLED WITH
691692
2.4.6

0 commit comments

Comments
 (0)