Rename `mruby_version` in the lockfile to `mruby`; close #4658

parent 80fe9838
...@@ -39,7 +39,7 @@ module MRuby ...@@ -39,7 +39,7 @@ module MRuby
end end
def write def write
locks = {"mruby_version" => mruby} locks = {"mruby" => mruby}
locks["builds"] = @builds if @builds locks["builds"] = @builds if @builds
File.write(@filename, YAML.dump(locks)) File.write(@filename, YAML.dump(locks))
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment