mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-04-27 14:57:43 +00:00
Update to wordexp 0.2.2
This commit is contained in:
parent
03fc5c512f
commit
71a7c7d6ed
2 changed files with 3 additions and 7 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
source 'https://rubygems.org'
|
source "https://rubygems.org"
|
||||||
ruby '3.2.2'
|
|
||||||
|
|
||||||
gem 'minitest', '~> 5.20'
|
gem 'minitest', '~> 5.20'
|
||||||
gem 'rake', '~> 13.0'
|
gem 'rake', '~> 13.0'
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ GEM
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
unicode-display_width (2.5.0)
|
unicode-display_width (2.5.0)
|
||||||
wordexp (0.2.0)
|
wordexp (0.2.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
arm64-darwin-21
|
arm64-darwin-21
|
||||||
|
|
@ -44,8 +44,5 @@ DEPENDENCIES
|
||||||
rubocop (= 1.56.4)
|
rubocop (= 1.56.4)
|
||||||
wordexp (~> 0.2)
|
wordexp (~> 0.2)
|
||||||
|
|
||||||
RUBY VERSION
|
|
||||||
ruby 3.2.2p53
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.20
|
4.0.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue