We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a98688 commit 558dc91Copy full SHA for 558dc91
1 file changed
app/controllers/docker_manager/admin_controller.rb
@@ -56,9 +56,9 @@ def repos
56
end
57
58
version = Gem::Version.new(version)
59
- expected_version = Gem::Version.new("2.0.20260209-1300")
+ expected_version = Gem::Version.new("2.0.20260521-0047")
60
ruby_version = Gem::Version.new(RUBY_VERSION)
61
- expected_ruby_version = Gem::Version.new("3.4.7")
+ expected_ruby_version = Gem::Version.new("3.4.9")
62
upgrade_image = version < expected_version
63
upgrade_ruby = ruby_version < expected_ruby_version
64
missing_core_branch = !core_repo.detached_head? && !core_repo.upstream_branch_exist?
0 commit comments