Skip to content

Commit 0ed17ca

Browse files
committed
Add missing gems for ruby 3.4
1 parent 922f688 commit 0ed17ca

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@ jobs:
8686
- gemfile: gemfiles/rails_8_0_graphiti_rails.gemfile
8787
ruby: 3.1
8888

89+
# Rails 7.2 needs ruby 3.1 +
90+
- gemfile: gemfiles/rails_7_2_graphiti_rails.gemfile
91+
ruby: 2.7
92+
- gemfile: gemfiles/rails_7_2_graphiti_rails.gemfile
93+
ruby: 3.0
94+
95+
# Rails 7.1 needs ruby 3.0 +
96+
- gemfile: gemfiles/rails_7_1_graphiti_rails.gemfile
97+
ruby: 2.7
98+
- gemfile: gemfiles/rails_7_1_graphiti_rails.gemfile
99+
ruby: 3.0
100+
89101
# Rails 7.0 needs ruby 3.1 +
90102
- gemfile: gemfiles/rails_7_0_graphiti_rails.gemfile
91103
ruby: 3.2

gemfiles/rails_6.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "rails", "~> 6.0"
66
gem "rspec-rails"
77
gem "sqlite3", "~> 1.4.0"
88
gem "database_cleaner"
9+
gem "mutex_m" # not included in ruby 3.4
910

1011
group :test do
1112
gem "pry"

gemfiles/rails_6_graphiti_rails.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem "rspec-rails"
77
gem "sqlite3", "~> 1.4.0"
88
gem "database_cleaner"
99
gem "graphiti-rails", "~> 0.4.0"
10+
gem "mutex_m" # not included in ruby 3.4 anymore
1011

1112
group :test do
1213
gem "pry"

0 commit comments

Comments
 (0)