We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a3476 commit 8fb566dCopy full SHA for 8fb566d
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.20260109-0020")
+ expected_version = Gem::Version.new("2.0.20260209-1300")
60
ruby_version = Gem::Version.new(RUBY_VERSION)
61
- expected_ruby_version = Gem::Version.new("3.2.1")
+ expected_ruby_version = Gem::Version.new("3.4.7")
62
min_stable_version = Gem::Version.new("3.0.0")
63
min_beta_version = Gem::Version.new("3.1.0.beta1")
64
0 commit comments