dsisnero
dsisnero
Thanks for the information. I am trying to figure out how to wrap the Parse node interface with the way Crystal libraries serialize JSON, YAML, etc. To serialize, and deserialize...
I opened a separate request #37 with the code extracted from shard
[bundle env](https://gist.github.com/dsisnero/c18672c0eb9d03bbb4bcebfe2caf0abe)
--- BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries" BUNDLE_RUBYGEMS__PKG__GITHUB__COM: "dsisnero:TOKEN" BUNDLE_GEM__TEST: "minitest" BUNDLE_GEM__CI: "github" BUNDLE_GEM__MIT: "true" BUNDLE_GEM__COC: "true" BUNDLE_GEM__CHANGELOG: "true" BUNDLE_GEM__LINTER: "standard" BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/DSISNERO/: "dsisnero:TOKEN"
I am using cmd shell. Still not working. Please re-open. The last line of f:\windows_home\.config\bundle\config is the one with the token.
``` f:\windows\work\projects\nexcom\dominic\TVY_RTR\transmittal>powershell Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS F:\windows\work\projects\nexcom\dominic\TVY_RTR\transmittal> rake -T rake aborted! Bundler::Fetcher::AuthenticationRequiredError: Authentication is required for rubygems.pkg.github.com. Please...
``` PS F:\windows\work\projects\nexcom\dominic\TVY_RTR\transmittal> cat Rakefile # -*- ruby -*- require 'bundler/inline' gemfile do source 'https://rubygems.org' gem 'acrobat', '~>0.1' gem 'asciidoctor-pdf', path: './vendor/asciidoctor-pdf-2.0.0.dev' gem 'debug' gem 'hexapdf' gem 'matrix' gem 'microstation'...
deleted last line in bundle config file - got same error BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries" BUNDLE_RUBYGEMS__PKG__GITHUB__COM: "dsisnero:TOKEN" BUNDLE_GEM__TEST: "minitest" BUNDLE_GEM__CI: "github" BUNDLE_GEM__MIT: "true" BUNDLE_GEM__COC: "true" BUNDLE_GEM__CHANGELOG: "true" BUNDLE_GEM__LINTER: "standard"
it worked in a separate Gemfile when run with bundle install
thank you!