Skip to content

Commit

Permalink
Merge branch 'main' into regen/clients-1698930298
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjoh committed Nov 2, 2023
2 parents 9064b67 + 27543b0 commit 02b5bef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
directory: "/get-started/azure-auth/ruby"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/get-started/quickstart/cli/src"
schedule:
Expand Down
17 changes: 9 additions & 8 deletions get-started/azure-auth/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
crack (0.4.5)
rexml
Expand All @@ -15,16 +15,16 @@ GEM
iso8601 (0.13.0)
json (2.6.3)
jwt (2.7.1)
microsoft_kiota_abstractions (0.14.0)
addressable (~> 2.7, >= 2.7.0)
microsoft_kiota_abstractions (0.14.3)
iso8601 (~> 0.13.0)
stduritemplate (~> 0.0.39)
microsoft_kiota_authentication_oauth (0.8.0)
microsoft_kiota_abstractions (~> 0.14.0)
oauth2 (~> 2.0)
microsoft_kiota_faraday (0.12.0)
faraday (~> 2.7, >= 2.7.2)
microsoft_kiota_abstractions (~> 0.14.0)
microsoft_kiota_serialization_json (0.9.0)
microsoft_kiota_serialization_json (0.9.1)
json (~> 2.6.3)
microsoft_kiota_abstractions (~> 0.14.0)
uuidtools (~> 2.2.0)
Expand All @@ -36,10 +36,10 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
public_suffix (5.0.1)
public_suffix (5.0.3)
rack (3.0.7)
rake (13.0.6)
rexml (3.2.5)
rake (13.1.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -57,9 +57,10 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
stduritemplate (0.0.46)
uuidtools (2.2.0)
version_gem (1.1.3)
webmock (3.18.1)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit 02b5bef

Please sign in to comment.