mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-04-27 14:57:43 +00:00
WIP: linked to incompatible /Users/sjs/.rbenv/versions/3.2.0/lib/libruby.3.2.dylib - /Users/sjs/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/wordexp-0.1.2/lib/wordexp/wordexp_ext.bundle (LoadError)
the bane of my existence
This commit is contained in:
parent
996feaf62c
commit
b4c8072309
3 changed files with 11 additions and 11 deletions
|
|
@ -1 +1 @@
|
||||||
3.1.0
|
3.2.1
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '3.1.0'
|
ruby '3.2.1'
|
||||||
|
|
||||||
gem 'minitest', '~> 5.15'
|
gem 'minitest', '~> 5.15'
|
||||||
gem 'rake', '~> 13.0'
|
gem 'rake', '~> 13.0'
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
minitest (5.15.0)
|
minitest (5.17.0)
|
||||||
parallel (1.21.0)
|
parallel (1.22.1)
|
||||||
parser (3.1.0.0)
|
parser (3.2.1.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
regexp_parser (2.2.0)
|
regexp_parser (2.7.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.24.1)
|
rubocop (1.24.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
|
@ -19,11 +19,11 @@ GEM
|
||||||
rubocop-ast (>= 1.15.1, < 2.0)
|
rubocop-ast (>= 1.15.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.15.1)
|
rubocop-ast (1.26.0)
|
||||||
parser (>= 3.0.1.1)
|
parser (>= 3.2.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
unicode-display_width (2.1.0)
|
unicode-display_width (2.4.2)
|
||||||
wordexp (0.1.1)
|
wordexp (0.1.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
arm64-darwin-21
|
arm64-darwin-21
|
||||||
|
|
@ -36,7 +36,7 @@ DEPENDENCIES
|
||||||
wordexp (~> 0.1)
|
wordexp (~> 0.1)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.1.0p0
|
ruby 3.2.1p31
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.6
|
2.4.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue