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:
gem 'microsoft_kiota_abstractions'
And then execute:
bundle install
Or install it yourself as:
gem install microsoft_kiota_abstractions
Bug reports and pull requests are welcome on GitHub at https://github.com/microsoft/kiota.