File tree 4 files changed +19
-6
lines changed
4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
test :
6
6
docker :
7
- - image : cimg/ruby:3.0 -node
7
+ - image : cimg/ruby:3.1.2 -node
8
8
environment :
9
- BUNDLER_VERSION : 2.2
9
+ BUNDLER_VERSION : 2.2.33
10
10
PGHOST : 127.0.0.1
11
11
PGUSER : postgres
12
12
RAILS_ENV : test
13
- - image : circleci /postgres:11.8
13
+ - image : cimg /postgres:14.0
14
14
environment :
15
15
POSTGRES_HOST_AUTH_METHOD : trust
16
16
steps :
Original file line number Diff line number Diff line change 1
- 3.0.5
1
+ 3.1.2
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
3
3
4
- ruby '3.0.5 '
4
+ ruby '3.1.2 '
5
5
6
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
7
gem 'rails' , '6.0.4.7'
@@ -69,3 +69,6 @@ gem 'rubyXL'
69
69
gem 'kaminari'
70
70
gem 'sassc-rails'
71
71
gem 'rexml'
72
+ gem 'psych' , '~> 3'
73
+ gem 'matrix'
74
+ gem 'net-smtp'
Original file line number Diff line number Diff line change @@ -121,16 +121,22 @@ GEM
121
121
mail (2.7.1 )
122
122
mini_mime (>= 0.1.1 )
123
123
marcel (1.0.2 )
124
+ matrix (0.4.2 )
124
125
method_source (1.0.0 )
125
126
mini_mime (1.1.0 )
126
127
mini_portile2 (2.8.0 )
127
128
minitest (5.15.0 )
128
129
msgpack (1.4.5 )
130
+ net-protocol (0.2.1 )
131
+ timeout
132
+ net-smtp (0.3.3 )
133
+ net-protocol
129
134
nio4r (2.5.8 )
130
135
nokogiri (1.13.3 )
131
136
mini_portile2 (~> 2.8.0 )
132
137
racc (~> 1.4 )
133
138
pg (1.2.3 )
139
+ psych (3.3.4 )
134
140
public_suffix (4.0.6 )
135
141
puma (5.6.4 )
136
142
nio4r (~> 2.0 )
226
232
thor (1.2.1 )
227
233
thread_safe (0.3.6 )
228
234
tilt (2.0.10 )
235
+ timeout (0.3.1 )
229
236
turbolinks (5.2.1 )
230
237
turbolinks-source (~> 5.2 )
231
238
turbolinks-source (5.2.0 )
@@ -263,7 +270,10 @@ DEPENDENCIES
263
270
jbuilder
264
271
kaminari
265
272
listen
273
+ matrix
274
+ net-smtp
266
275
pg
276
+ psych (~> 3 )
267
277
puma
268
278
rails (= 6.0.4.7 )
269
279
rexml
@@ -282,7 +292,7 @@ DEPENDENCIES
282
292
webdrivers
283
293
284
294
RUBY VERSION
285
- ruby 3.0.5p211
295
+ ruby 3.1.2p20
286
296
287
297
BUNDLED WITH
288
298
2.2.33
You can’t perform that action at this time.
0 commit comments