Skip to content

Commit de5fc4f

Browse files
authored
Merge pull request #1760 from naitoh/add-ruby-3.4-to-testing-matrix
Bump the range of supported Ruby versions
2 parents 6f249c8 + 7e9d635 commit de5fc4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.1"
2525
- "3.2"
2626
- "3.3"
27+
- "3.4"
2728
gemfile:
2829
- gemfiles/rails_7_0.gemfile
2930
- gemfiles/rails_7_1.gemfile
@@ -56,7 +57,7 @@ jobs:
5657
- name: Setup Ruby
5758
uses: ruby/setup-ruby@v1
5859
with:
59-
ruby-version: "3.3"
60+
ruby-version: "3.4"
6061
bundler-cache: true
6162
- run: bundle exec rake spec || echo "Rails edge test is done."
6263

gemfiles/rails_7_0.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ gem "sprockets-rails"
1818
gem "sqlite3", "~> 1.4", platform: [:ruby, :mswin, :mingw, :x64_mingw]
1919
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw]
2020
gem "timecop"
21+
gem "base64"
22+
gem "drb"
23+
gem "mutex_m"
24+
gem "concurrent-ruby", "1.3.4"
2125

2226
gemspec path: "../"

0 commit comments

Comments
 (0)