Option 1: Bundler config
bundle config https://rubygems.pkg.github.com/microsoft/kiota USERNAME:TOKEN
Option 2: Configuring ~/.gemrc
file
---
:backtrace: false
:bulk_threshold: 1000
:sources:
- https://rubygems.org/
- https://USERNAME:[email protected]/microsoft/kiota
:update_sources: true
:verbose: true
Add this line to your application's Gemfile:
source "https://rubygems.pkg.github.com/microsoft" do
gem "microsoft_kiota_serialization", "0.1.0"
end
And then execute:
bundle install
Or install it yourself as:
gem install microsoft_kiota_serialization --version "0.1.0" --source "https://{USERNAME}{PASSWORD/TOKEN}rubygems.pkg.github.com/microsoft"
Bug reports and pull requests are welcome on GitHub at https://github.com/microsoft/kiota.