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.3
1+ 4.0.2
Original file line number Diff line number Diff line change 1- ARG ruby_version=3.4
1+ ARG ruby_version=4.0
22ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
33ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version
44
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- ruby "~> 3. 4.0"
3+ ruby "~> 4.0"
44
55gem "rails" , "8.1.3"
66
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ DEPENDENCIES
729729 webmock
730730
731731RUBY VERSION
732- ruby 3.4.1p0
732+ ruby 4.0.2p0
733733
734734BUNDLED WITH
735- 2.3.24
735+ 4.0.11
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'bootsnap' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "bootsnap" , "bootsnap" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'puma' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "puma" , "puma" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'pumactl' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "puma" , "pumactl" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'sidekiq' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "sidekiq" , "sidekiq" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'sidekiqmon' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "sidekiq" , "sidekiqmon" )
You can’t perform that action at this time.
0 commit comments