mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +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'
|
||||
ruby '3.2.2'
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'minitest', '~> 5.20'
|
||||
gem 'rake', '~> 13.0'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ GEM
|
|||
parser (>= 3.2.1.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
unicode-display_width (2.5.0)
|
||||
wordexp (0.2.0)
|
||||
wordexp (0.2.2)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-21
|
||||
|
|
@ -44,8 +44,5 @@ DEPENDENCIES
|
|||
rubocop (= 1.56.4)
|
||||
wordexp (~> 0.2)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.2.2p53
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.20
|
||||
4.0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue