File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM docker.io/ruby:2.7.7 -slim-bullseye
1+ FROM docker.io/ruby:2.7.8 -slim-bullseye
22
33COPY docker/scripts/prepare_os /scripts/
44RUN /scripts/prepare_os
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ gem 'spectrum-rails', '~> 1.8.0'
5050gem 'sprockets' , '~> 4.0.2'
5151gem 'typhoeus' , '~> 1.4.0'
5252gem 'uglifier' , '~> 4.2.0'
53- gem 'uri' , '0.10.0'
53+ gem 'uri' , '0.10.0.2 '
5454
5555group :development do
5656 gem 'bullet' , '~> 6.1.0'
Original file line number Diff line number Diff line change 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
559559BUNDLED WITH
560- 2.3.14
560+ 2.4.10
You can’t perform that action at this time.
0 commit comments