File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 26
26
- ruby : ' 3.2'
27
27
active-model : ' 7.1.0'
28
28
couchbase : ' 6.6.5'
29
+ - ruby : ' 3.0'
30
+ gemfile : ' 7.0.0'
31
+ couchbase : ' 7.1.0'
32
+ - ruby : ' 2.7'
33
+ gemfile : ' 7.0.0'
34
+ couchbase : ' 7.1.0'
29
35
fail-fast : false
30
36
runs-on : ubuntu-20.04
31
37
name : ${{ matrix.ruby }} rails-${{ matrix.active-model }} couchbase-${{ matrix.couchbase }}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Gem::Specification.new do |gem|
15
15
gem . summary = 'Couchbase ORM for Rails'
16
16
gem . description = 'A Couchbase ORM for Rails'
17
17
18
- gem . required_ruby_version = '>= 3.2 .0'
18
+ gem . required_ruby_version = '>= 2.7 .0'
19
19
gem . require_paths = [ 'lib' ]
20
20
21
- gem . add_runtime_dependency 'activemodel' , ENV [ 'ACTIVE_MODEL_VERSION' ] || '>= 7.1 '
21
+ gem . add_runtime_dependency 'activemodel' , ENV [ 'ACTIVE_MODEL_VERSION' ] || '>= 5.2 '
22
22
23
23
gem . add_runtime_dependency 'couchbase' , '>= 3.4.2'
24
24
gem . add_runtime_dependency 'radix' , '~> 2.2' # converting numbers to and from any base
You can’t perform that action at this time.
0 commit comments