File tree 5 files changed +12
-18
lines changed
5 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
ruby :
13
- - ' 3.0'
14
13
- ' 3.1'
15
14
- ' 3.2'
15
+ - ' 3.3'
16
16
gemfile :
17
17
- Gemfile
18
- - gemfiles/rails-6.0.gemfile
19
- - gemfiles/rails-6.1.gemfile
20
18
- gemfiles/rails-7.0.gemfile
19
+ - gemfiles/rails-7.1.gemfile
21
20
- gemfiles/rails-edge.gemfile
22
21
exclude :
23
- # Rails Edge only supports Ruby >= 3.1
24
- - ruby : ' 3.0'
22
+ - ruby : ' 3.1'
23
+ gemfile : gemfiles/rails-edge.gemfile
24
+ - ruby : ' 3.2'
25
25
gemfile : gemfiles/rails-edge.gemfile
26
26
27
27
name : Ruby ${{ matrix.ruby }} ${{ matrix.gemfile }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec path: '..'
4
+
5
+ gem 'activesupport', '~> 7.1'
6
+ gem "activerecord", '~> 7.1'
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ Gem::Specification.new do |spec|
36
36
spec . add_development_dependency "mocha" , ">= 1.4.0"
37
37
spec . add_development_dependency "pry"
38
38
spec . add_development_dependency "combustion"
39
- spec . add_development_dependency "sqlite3" , "~ > 1.4"
39
+ spec . add_development_dependency "sqlite3" , "> 1.4"
40
40
spec . add_development_dependency "tapioca"
41
41
end
You can’t perform that action at this time.
0 commit comments