We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e192a5 commit ce336f5Copy full SHA for ce336f5
.github/workflows/tests.yml
@@ -28,6 +28,7 @@ jobs:
28
- 3.2
29
- 3.3
30
- 3.4
31
+ - 4.0
32
- jruby-9
33
- truffleruby
34
steps:
Appraisals
@@ -34,6 +34,7 @@ appraise 'rails-6.1' do
gem 'rails', '~> 6.1.0'
35
gem 'rspec-rails', '~> 5.0'
36
gem 'sqlite3', '~> 1', platform: :ruby
37
+ gem 'benchmark'
38
end
39
40
# Rails 7.0 require Ruby > 2.7
0 commit comments