Skip to content

Commit

Permalink
Bump the prod-ruby-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-ruby-dependencies group with 2 updates in the / directory: [contracts](https://github.com/egonSchiele/contracts.ruby) and [entitlements-app](https://github.com/github/entitlements-app).


Updates `contracts` from 0.17 to 0.17.1
- [Changelog](https://github.com/egonSchiele/contracts.ruby/blob/master/CHANGELOG.markdown)
- [Commits](egonSchiele/contracts.ruby@v0.17...v0.17.1)

Updates `entitlements-app` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/github/entitlements-app/releases)
- [Commits](github/entitlements-app@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-ruby-dependencies
- dependency-name: entitlements-app
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 318be6f commit 5b57413
Show file tree
Hide file tree
Showing 20 changed files with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
contracts (0.17)
contracts (0.17.1)
crack (1.0.0)
bigdecimal
rexml
Expand All @@ -35,16 +35,20 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
entitlements-app (1.0.0)
entitlements-app (1.1.0)
concurrent-ruby (~> 1.3, >= 1.3.1)
faraday (~> 2.0)
logger (~> 1.6)
net-ldap (~> 0.19)
octokit (~> 4.18)
optimist (~> 3.1)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ostruct (~> 0.6.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
hashdiff (1.1.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand All @@ -54,20 +58,24 @@ GEM
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-ldap (0.19.0)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (6.0.1)
racc (1.8.0)
rack (3.0.11)
rainbow (3.1.1)
Expand Down Expand Up @@ -118,7 +126,6 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rugged (1.7.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand All @@ -136,6 +143,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.1)
vcr (6.2.0)
webmock (3.23.1)
addressable (>= 2.8.0)
Expand Down
Binary file removed vendor/cache/addressable-2.8.6.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.8.7.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.3.3.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.4.gem
Binary file not shown.
Binary file added vendor/cache/contracts-0.17.1.gem
Binary file not shown.
Binary file removed vendor/cache/contracts-0.17.gem
Binary file not shown.
Binary file removed vendor/cache/entitlements-app-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/entitlements-app-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.12.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-2.7.10.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-net_http-3.0.2.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.1.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ostruct-0.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-5.0.5.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-6.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby2_keywords-0.0.5.gem
Binary file not shown.
Binary file added vendor/cache/uri-0.13.1.gem
Binary file not shown.

0 comments on commit 5b57413

Please sign in to comment.