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 e5982bf commit 4e67ef7Copy full SHA for 4e67ef7
1 file changed
app/controllers/docker_manager/admin_controller.rb
@@ -56,7 +56,7 @@ def repos
56
end
57
58
version = Gem::Version.new(version)
59
- expected_version = Gem::Version.new("2.0.20250722-0020")
+ expected_version = Gem::Version.new("2.0.20250915-0018")
60
ruby_version = Gem::Version.new(RUBY_VERSION)
61
expected_ruby_version = Gem::Version.new("3.2.1")
62
min_stable_version = Gem::Version.new("3.0.0")
0 commit comments