Closed GarrisonD closed 5 months ago
Instead of gem "microsoft_graph" do gem "microsoft_graph", "~> 0.22.2"
gem "microsoft_graph"
gem "microsoft_graph", "~> 0.22.2"
Otherwise not the latest version could get installed and the snippets from README.md don't work.
Hi @GarrisonD Thanks for using the SDK and for reaching out. I put together #215 to address this issue. Let us know if there's anything else.
Instead of
gem "microsoft_graph"
dogem "microsoft_graph", "~> 0.22.2"
Otherwise not the latest version could get installed and the snippets from README.md don't work.