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 177c28d commit 31620bbCopy full SHA for 31620bb
app/models/maya_script.rb
@@ -27,7 +27,7 @@ def cluster
27
28
def available_versions
29
if accad?
30
- ['2023', '2025']
+ ['2023', '2025', '2026']
31
else
32
['2025']
33
end
config/boot.rb
@@ -1,4 +1,5 @@
1
require 'pathname'
2
+require 'logger'
3
4
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
5
0 commit comments