### Bashly Version Latest Ruby Gem ### Description I'm on a relatively barebones install of Archlinux. I have ruby installed: ```plaintext $ ruby -v ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux] ``` I installed bashly via `gem install bashly` as the docs say, and everything looked fine during install. `base-devel` and `libyaml` are also installed on my system. However when I run `bashly --version` I get this: ```plaintext <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require': cannot load such file -- erb (LoadError) Did you mean? drb from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require' from /home/phil/.local/share/gem/ruby/3.3.0/gems/bashly-1.2.6/lib/bashly/extensions/yaml.rb:1:in `<top (required)>' from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require' from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require' from /home/phil/.local/share/gem/ruby/3.3.0/gems/requires-1.1.0/lib/requires.rb:8:in `block in requires' from /home/phil/.local/share/gem/ruby/3.3.0/gems/requires-1.1.0/lib/requires.rb:7:in `each' from /home/phil/.local/share/gem/ruby/3.3.0/gems/requires-1.1.0/lib/requires.rb:7:in `requires' from /home/phil/.local/share/gem/ruby/3.3.0/gems/bashly-1.2.6/lib/bashly.rb:7:in `<top (required)>' from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require' from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require' from /home/phil/.local/share/gem/ruby/3.3.0/gems/bashly-1.2.6/bin/bashly:2:in `<top (required)>' from /home/phil/.local/share/gem/ruby/3.3.0/bin/bashly:25:in `load' from /home/phil/.local/share/gem/ruby/3.3.0/bin/bashly:25:in `<main>' ``` ### Contents of bashly.yml _No response_ ### Reproduction Steps Here's a Dockerfile that reproduces it: ```dockerfile FROM docker.io/library/archlinux@sha256:876f1f601e5fe6ceda682ac9b0a8df06be695fe9e2c85d04f48a877f17e46b45 RUN pacman -Syu --noconfirm ruby base-devel libyaml ENV PATH="/root/.local/share/gem/ruby/3.3.0/bin:${PATH}" RUN gem install bashly RUN bashly --version ``` Just save this file in your current working directory and run `docker build .`. ### Actual Behavior _No response_ ### Expected Behavior _No response_
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by pcrockett and has received 11 comments.