File tree 4 files changed +6
-16
lines changed
4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
2
2
' on ' :
3
3
push :
4
4
branches :
5
- - main
5
+ - master
6
6
pull_request :
7
7
branches :
8
- - main
8
+ - master
9
9
jobs :
10
10
test_rails :
11
11
runs-on : ubuntu-latest
29
29
ports : ['5432:5432']
30
30
strategy :
31
31
matrix :
32
- ruby-version : ['3.1.2 ']
32
+ ruby-version : ['3.0.4 ']
33
33
steps :
34
34
- uses : actions/checkout@v2
35
35
- name : Install PostgreSQL client
Original file line number Diff line number Diff line change 1
- 3.1.2
1
+ 3.0.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
4
4
5
- ruby '3.1.2 '
5
+ ruby '3.0.4 '
6
6
7
7
gem 'addressable' , '~> 2.4'
8
8
gem 'bootsnap' , '>= 1.4.4' , require : false
@@ -14,7 +14,6 @@ gem 'exception_notification'
14
14
gem 'fog-aws' , '~> 3.14'
15
15
gem 'geocoder'
16
16
gem 'jbuilder' , '~> 2.7'
17
- gem 'net-smtp' , require : false
18
17
gem 'mini_magick' , '~> 4.8'
19
18
gem 'pg'
20
19
gem 'puma' , '~> 5.0'
Original file line number Diff line number Diff line change 106
106
database_cleaner-core (~> 2.0.0 )
107
107
database_cleaner-core (2.0.1 )
108
108
diff-lcs (1.5.0 )
109
- digest (3.1.0 )
110
109
dotenv (2.8.1 )
111
110
dotenv-rails (2.8.1 )
112
111
dotenv (= 2.8.1 )
169
168
minitest (5.16.2 )
170
169
msgpack (1.5.4 )
171
170
multi_json (1.15.0 )
172
- net-protocol (0.1.3 )
173
- timeout
174
- net-smtp (0.3.1 )
175
- digest
176
- net-protocol
177
- timeout
178
171
nio4r (2.5.8 )
179
172
nokogiri (1.13.8 )
180
173
mini_portile2 (~> 2.8.0 )
276
269
stringio (3.0.2 )
277
270
thor (1.2.1 )
278
271
tilt (2.0.11 )
279
- timeout (0.3.0 )
280
272
tzinfo (2.0.5 )
281
273
concurrent-ruby (~> 1.0 )
282
274
uglifier (4.2.0 )
@@ -323,7 +315,6 @@ DEPENDENCIES
323
315
jbuilder (~> 2.7 )
324
316
listen (~> 3.3 )
325
317
mini_magick (~> 4.8 )
326
- net-smtp
327
318
pg
328
319
puma (~> 5.0 )
329
320
rack-mini-profiler (~> 2.0 )
@@ -341,7 +332,7 @@ DEPENDENCIES
341
332
webpacker (~> 5.4.3 )
342
333
343
334
RUBY VERSION
344
- ruby 3.1.2p20
335
+ ruby 3.0.4p208
345
336
346
337
BUNDLED WITH
347
338
2.2.33
You can’t perform that action at this time.
0 commit comments