File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:2.7.0
1
+ FROM ruby:2.7.3
2
2
3
3
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash -
4
4
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client npm
Original file line number Diff line number Diff line change 67
67
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
68
68
gem 'tzinfo-data' , platforms : %i[ mingw mswin x64_mingw jruby ]
69
69
70
- ruby '2.7.0 '
70
+ ruby '2.7.3 '
Original file line number Diff line number Diff line change 95
95
dotenv (= 2.7.6 )
96
96
railties (>= 3.2 )
97
97
erubi (1.10.0 )
98
- execjs (2.7.0 )
98
+ execjs (2.8.1 )
99
99
factory_bot (6.2.0 )
100
100
activesupport (>= 5.0.0 )
101
101
factory_bot_rails (6.2.0 )
102
102
factory_bot (~> 6.2.0 )
103
103
railties (>= 5.0.0 )
104
- ffi (1.15.0 )
104
+ ffi (1.15.1 )
105
105
globalid (0.4.2 )
106
106
activesupport (>= 4.2.0 )
107
107
i18n (1.8.10 )
@@ -143,10 +143,15 @@ GEM
143
143
marcel (1.0.1 )
144
144
method_source (1.0.0 )
145
145
mini_mime (1.1.0 )
146
- mini_portile2 (2.5.1 )
146
+ mini_portile2 (2.5.2 )
147
+ net-ftp (~> 0.1 )
147
148
minitest (5.14.4 )
149
+ net-ftp (0.1.2 )
150
+ net-protocol
151
+ time
152
+ net-protocol (0.1.0 )
148
153
nio4r (2.5.7 )
149
- nokogiri (1.11.4 )
154
+ nokogiri (1.11.6 )
150
155
mini_portile2 (~> 2.5.0 )
151
156
racc (~> 1.4 )
152
157
orm_adapter (0.5.0 )
199
204
thor (>= 0.20.3 , < 2.0 )
200
205
rainbow (3.0.0 )
201
206
rake (13.0.3 )
202
- rb-fsevent (0.10.4 )
207
+ rb-fsevent (0.11.0 )
203
208
rb-inotify (0.10.1 )
204
209
ffi (~> 1.0 )
205
210
regexp_parser (2.1.1 )
224
229
rspec-mocks (~> 3.10 )
225
230
rspec-support (~> 3.10 )
226
231
rspec-support (3.10.2 )
227
- rubocop (1.14 .0 )
232
+ rubocop (1.15 .0 )
228
233
parallel (~> 1.10 )
229
234
parser (>= 3.0.0.0 )
230
235
rainbow (>= 2.2.2 , < 4.0 )
233
238
rubocop-ast (>= 1.5.0 , < 2.0 )
234
239
ruby-progressbar (~> 1.7 )
235
240
unicode-display_width (>= 1.4.0 , < 3.0 )
236
- rubocop-ast (1.5 .0 )
241
+ rubocop-ast (1.7 .0 )
237
242
parser (>= 3.0.1.1 )
238
243
ruby-progressbar (1.11.0 )
239
244
sass-rails (6.0.0 )
260
265
thor (1.1.0 )
261
266
thread_safe (0.3.6 )
262
267
tilt (2.0.10 )
268
+ time (0.1.0 )
263
269
turbolinks (5.2.1 )
264
270
turbolinks-source (~> 5.2 )
265
271
turbolinks-source (5.2.0 )
275
281
activemodel (>= 6.0.0 )
276
282
bindex (>= 0.4.0 )
277
283
railties (>= 6.0.0 )
278
- websocket-driver (0.7.3 )
284
+ websocket-driver (0.7.4 )
279
285
websocket-extensions (>= 0.1.0 )
280
286
websocket-extensions (0.1.5 )
281
287
xpath (3.2.0 )
@@ -314,7 +320,7 @@ DEPENDENCIES
314
320
web-console (>= 3.3.0 )
315
321
316
322
RUBY VERSION
317
- ruby 2.7.0p0
323
+ ruby 2.7.3p183
318
324
319
325
BUNDLED WITH
320
- 2.1.2
326
+ 2.1.4
You can’t perform that action at this time.
0 commit comments