Skip to content

Commit 0619bf8

Browse files
authored
Fully target Ruby 3.4 (#1493)
* Change CI to target ruby3.4 * Target ruby 3.4.5 * Add base64
1 parent 7aa06b5 commit 0619bf8

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
ruby-version: ['3.3'] # , '2.7', '3.0'
20+
ruby-version: ['3.4']
2121

2222
steps:
2323
- uses: actions/checkout@v4

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2
1+
3.4.5

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ gem 'bigdecimal'
119119
gem 'mutex_m'
120120
gem 'drb'
121121
gem 'csv'
122+
gem 'base64'
122123

123124
# Workaround problems from concurrent-ruby 1.3.5
124125
require "logger"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ DEPENDENCIES
528528
acts-as-taggable-on (>= 3.4.3)
529529
acts_as_commentable!
530530
acts_as_list
531+
base64
531532
bigdecimal
532533
bootsnap
533534
bootstrap (~> 5.0.0)

0 commit comments

Comments
 (0)