`bundle` of snap ruby 3.0.0 2020-12-26 (200) does not work. ```console vagrant@buster:~$ PATH=/snap/bin:$PATH vagrant@buster:~$ ruby -v ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux] vagrant@buster:~$ bundle cannot snap-exec: cannot exec "/snap/ruby/200/bin/bundle": permission denied ``` The shebang may be wrong. ```console vagrant@buster:~$ head -n1 /snap/ruby/[12]*/bin/bundle ==> /snap/ruby/189/bin/bundle <== #!/snap/ruby/current/bin/ruby ==> /snap/ruby/200/bin/bundle <== #!/root/parts/ruby/install//bin/ruby ```