File tree 3 files changed +5
-5
lines changed
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
2
2
3
3
COPY docker/scripts/prepare_os /scripts/
4
4
RUN /scripts/prepare_os
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ gem 'spectrum-rails', '~> 1.8.0'
50
50
gem 'sprockets' , '~> 4.0.2'
51
51
gem 'typhoeus' , '~> 1.4.0'
52
52
gem 'uglifier' , '~> 4.2.0'
53
- gem 'uri' , '0.10.0'
53
+ gem 'uri' , '0.10.0.2 '
54
54
55
55
group :development do
56
56
gem 'bullet' , '~> 6.1.0'
Original file line number Diff line number Diff line change 453
453
execjs (>= 0.3.0 , < 3 )
454
454
unicode-display_width (1.8.0 )
455
455
uniform_notifier (1.16.0 )
456
- uri (0.10.0 )
456
+ uri (0.10.0.2 )
457
457
vcr (5.1.0 )
458
458
warden (1.2.9 )
459
459
rack (>= 2.0.9 )
@@ -548,7 +548,7 @@ DEPENDENCIES
548
548
timecop (~> 0.9.2 )
549
549
typhoeus (~> 1.4.0 )
550
550
uglifier (~> 4.2.0 )
551
- uri (= 0.10.0 )
551
+ uri (= 0.10.0.2 )
552
552
vcr (~> 5.1.0 )
553
553
web-console (~> 3.7.0 )
554
554
webmock (~> 3.8.3 )
@@ -557,4 +557,4 @@ RUBY VERSION
557
557
ruby 2.6.0p0
558
558
559
559
BUNDLED WITH
560
- 2.3.14
560
+ 2.4.10
You can’t perform that action at this time.
0 commit comments