Skip to content

Commit 20c28b8

Browse files
committed
Update ruby version to 2.7.3
Signed-off-by: Kotaro Inoue <[email protected]>
1 parent 53905e8 commit 20c28b8

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

Dockerfile-rails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.0
1+
FROM ruby:2.7.3
22

33
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash -
44
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client npm

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ end
6767
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
6868
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
6969

70-
ruby '2.7.0'
70+
ruby '2.7.3'

Gemfile.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ GEM
9595
dotenv (= 2.7.6)
9696
railties (>= 3.2)
9797
erubi (1.10.0)
98-
execjs (2.7.0)
98+
execjs (2.8.1)
9999
factory_bot (6.2.0)
100100
activesupport (>= 5.0.0)
101101
factory_bot_rails (6.2.0)
102102
factory_bot (~> 6.2.0)
103103
railties (>= 5.0.0)
104-
ffi (1.15.0)
104+
ffi (1.15.1)
105105
globalid (0.4.2)
106106
activesupport (>= 4.2.0)
107107
i18n (1.8.10)
@@ -143,10 +143,15 @@ GEM
143143
marcel (1.0.1)
144144
method_source (1.0.0)
145145
mini_mime (1.1.0)
146-
mini_portile2 (2.5.1)
146+
mini_portile2 (2.5.2)
147+
net-ftp (~> 0.1)
147148
minitest (5.14.4)
149+
net-ftp (0.1.2)
150+
net-protocol
151+
time
152+
net-protocol (0.1.0)
148153
nio4r (2.5.7)
149-
nokogiri (1.11.4)
154+
nokogiri (1.11.6)
150155
mini_portile2 (~> 2.5.0)
151156
racc (~> 1.4)
152157
orm_adapter (0.5.0)
@@ -199,7 +204,7 @@ GEM
199204
thor (>= 0.20.3, < 2.0)
200205
rainbow (3.0.0)
201206
rake (13.0.3)
202-
rb-fsevent (0.10.4)
207+
rb-fsevent (0.11.0)
203208
rb-inotify (0.10.1)
204209
ffi (~> 1.0)
205210
regexp_parser (2.1.1)
@@ -224,7 +229,7 @@ GEM
224229
rspec-mocks (~> 3.10)
225230
rspec-support (~> 3.10)
226231
rspec-support (3.10.2)
227-
rubocop (1.14.0)
232+
rubocop (1.15.0)
228233
parallel (~> 1.10)
229234
parser (>= 3.0.0.0)
230235
rainbow (>= 2.2.2, < 4.0)
@@ -233,7 +238,7 @@ GEM
233238
rubocop-ast (>= 1.5.0, < 2.0)
234239
ruby-progressbar (~> 1.7)
235240
unicode-display_width (>= 1.4.0, < 3.0)
236-
rubocop-ast (1.5.0)
241+
rubocop-ast (1.7.0)
237242
parser (>= 3.0.1.1)
238243
ruby-progressbar (1.11.0)
239244
sass-rails (6.0.0)
@@ -260,6 +265,7 @@ GEM
260265
thor (1.1.0)
261266
thread_safe (0.3.6)
262267
tilt (2.0.10)
268+
time (0.1.0)
263269
turbolinks (5.2.1)
264270
turbolinks-source (~> 5.2)
265271
turbolinks-source (5.2.0)
@@ -275,7 +281,7 @@ GEM
275281
activemodel (>= 6.0.0)
276282
bindex (>= 0.4.0)
277283
railties (>= 6.0.0)
278-
websocket-driver (0.7.3)
284+
websocket-driver (0.7.4)
279285
websocket-extensions (>= 0.1.0)
280286
websocket-extensions (0.1.5)
281287
xpath (3.2.0)
@@ -314,7 +320,7 @@ DEPENDENCIES
314320
web-console (>= 3.3.0)
315321

316322
RUBY VERSION
317-
ruby 2.7.0p0
323+
ruby 2.7.3p183
318324

319325
BUNDLED WITH
320-
2.1.2
326+
2.1.4

0 commit comments

Comments
 (0)