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.
2 parents c633e62 + b82e1dc commit e9c6618Copy full SHA for e9c6618
.github/workflows/test.yml
@@ -24,8 +24,10 @@ jobs:
24
strategy:
25
matrix:
26
ruby: ["3.4"]
27
- activemodel: ["8.0"]
+ activemodel: ["8.1"]
28
include:
29
+ - activemodel: "8.0"
30
+ ruby: "3.4"
31
- activemodel: "7.2"
32
ruby: "3.3"
33
- activemodel: "7.1"
gemfiles/rails-8.1.gemfile
@@ -0,0 +1,7 @@
1
+source 'https://rubygems.org'
2
+
3
+gemspec path: '..'
4
5
+gem 'activemodel', '~> 8.1.0'
6
+gem 'activerecord', '~> 8.1.0'
7
+gem 'sqlite3', '>= 2.1'
0 commit comments