csc360-a1-shell/ruby/Gemfile.lock
Sami Samhuri 0d0bb73114
Use wordexp to support super fancy expansions
- Expands environment variables, e.g. $HOME -> /home/tina

- Expands tildes, e.g. ~/bin -> /home/queso/bin

- Performs command substitution, e.g. `date +%F` -> 2022-01-16
                                  or $(date +%F) -> 2022-01-16
2022-01-16 23:11:40 -08:00

16 lines
180 B
Text

GEM
remote: https://rubygems.org/
specs:
wordexp (0.1.1)
PLATFORMS
arm64-darwin-21
DEPENDENCIES
wordexp (~> 0.1)
RUBY VERSION
ruby 3.1.0p0
BUNDLED WITH
2.3.3