Skip to content

Commit 8d6384e

Browse files
author
Vidas P
committed
Update ruby to 2.7.8
CVE-2023-28755
1 parent b04566e commit 8d6384e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/ruby:2.7.7-slim-bullseye
1+
FROM docker.io/ruby:2.7.8-slim-bullseye
22

33
COPY docker/scripts/prepare_os /scripts/
44
RUN /scripts/prepare_os

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gem 'spectrum-rails', '~> 1.8.0'
5050
gem 'sprockets', '~> 4.0.2'
5151
gem 'typhoeus', '~> 1.4.0'
5252
gem 'uglifier', '~> 4.2.0'
53-
gem 'uri', '0.10.0'
53+
gem 'uri', '0.10.0.2'
5454

5555
group :development do
5656
gem 'bullet', '~> 6.1.0'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ GEM
453453
execjs (>= 0.3.0, < 3)
454454
unicode-display_width (1.8.0)
455455
uniform_notifier (1.16.0)
456-
uri (0.10.0)
456+
uri (0.10.0.2)
457457
vcr (5.1.0)
458458
warden (1.2.9)
459459
rack (>= 2.0.9)
@@ -548,7 +548,7 @@ DEPENDENCIES
548548
timecop (~> 0.9.2)
549549
typhoeus (~> 1.4.0)
550550
uglifier (~> 4.2.0)
551-
uri (= 0.10.0)
551+
uri (= 0.10.0.2)
552552
vcr (~> 5.1.0)
553553
web-console (~> 3.7.0)
554554
webmock (~> 3.8.3)
@@ -557,4 +557,4 @@ RUBY VERSION
557557
ruby 2.6.0p0
558558

559559
BUNDLED WITH
560-
2.3.14
560+
2.4.10

0 commit comments

Comments
 (0)