File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.4.7
1+ 3.4.8
Original file line number Diff line number Diff line change 88# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99
1010# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11- ARG RUBY_VERSION=3.4.7
11+ ARG RUBY_VERSION=3.4.8
1212FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313
1414# Rails app lives here
Original file line number Diff line number Diff line change 195195 tzinfo
196196 faker (3.6.0 )
197197 i18n (>= 1.8.11 , < 2 )
198+ ffi (1.17.2 )
198199 ffi (1.17.2-aarch64-linux-gnu )
199200 ffi (1.17.2-aarch64-linux-musl )
200201 ffi (1.17.2-arm-linux-gnu )
468469 concurrent-ruby (~> 1.0 )
469470 unicode-display_width (3.2.0 )
470471 unicode-emoji (~> 4.1 )
471- unicode-emoji (4.1 .0 )
472+ unicode-emoji (4.2 .0 )
472473 uri (1.1.1 )
473474 vcr (6.4.0 )
474475 web-push (3.1.0 )
Original file line number Diff line number Diff line change 292292 logger
293293 faraday-net_http (3.4.2)
294294 net-http (~> 0.5)
295+ ffi (1.17.2)
295296 ffi (1.17.2-aarch64-linux-gnu)
296297 ffi (1.17.2-aarch64-linux-musl)
297298 ffi (1.17.2-arm-linux-gnu)
640641 concurrent-ruby (~> 1.0)
641642 unicode-display_width (3.2.0)
642643 unicode-emoji (~> 4.1)
643- unicode-emoji (4.1 .0)
644+ unicode-emoji (4.2 .0)
644645 uri (1.1.1)
645646 vcr (6.4.0)
646647 web-push (3.1.0)
Original file line number Diff line number Diff line change 11# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2- ARG RUBY_VERSION=3.4.7
2+ ARG RUBY_VERSION=3.4.8
33FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
44
55# Rails app lives here
You can’t perform that action at this time.
0 commit comments