Skip to content

Commit aacc1fb

Browse files
Bump kramdown from 2.3.0 to 2.3.1 (#7802)
* Bump kramdown from 2.3.0 to 2.3.1 Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Signed-off-by: dependabot[bot] <[email protected]> * Force builds on Gemfile.lock AND Gemfile changes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Beusterien <[email protected]>
1 parent d3306b1 commit aacc1fb

29 files changed

+29
-29
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseABTesting**'
77
- 'Interop/Analytics/Public/*.h'
88
- '.github/workflows/abtesting.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 1am(PST) - cron uses UTC times
1212
- cron: '0 9 * * *'

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'FirebaseAnalyticsSwift**'
88
- 'GoogleAppMeasurement.podspec.json'
99
- '.github/workflows/analytics.yml'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 1am (PST) - cron uses UTC times
1313
- cron: '0 9 * * *'

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'FirebaseAppDistribution**'
77
- '.github/workflows/appdistribution.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 1am (PST) - cron uses UTC times
1111
- cron: '0 9 * * *'

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseAuth**'
77
- 'Interop/Auth/Public/*.h'
88
- '.github/workflows/auth.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 1am (PST) - cron uses UTC times
1212
- cron: '0 9 * * *'

.github/workflows/cocoapods-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'CocoapodsIntegrationTest/**'
77
- '.github/workflows/cocoapods-integration.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 2am (PST) - cron uses UTC times
1111
- cron: '0 10 * * *'

.github/workflows/core-diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'Example/CoreDiagnostics/**'
88
- 'Interop/CoreDiagnostics/Public/*.h'
99
- '.github/workflows/core-diagnostics.yml'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 2am (PST) - cron uses UTC times
1313
- cron: '0 10 * * *'

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseCore**'
77
- 'Interop/CoreDiagnostics/Public/*.h'
88
- '.github/workflows/core.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 2am (PST) - cron uses UTC times
1212
- cron: '0 10 * * *'

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'FirebaseCrashlytics.podspec'
88
- '.github/workflows/crashlytics.yml'
99
- 'Interop/Analytics/Public/*.h'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 10am (PST) - cron uses UTC times
1313
- cron: '0 2 * * *'

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'Example/Database/**'
99
- 'Interop/Auth/Public/*.h'
1010
- '.github/workflows/database.yml'
11-
- 'Gemfile'
11+
- 'Gemfile*'
1212
- 'scripts/run_database_emulator.sh'
1313
schedule:
1414
# Run every day at 2am (PST) - cron uses UTC times

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseDynamicLinks**'
77
- '.github/workflows/dynamiclinks.yml'
88
- 'Interop/Analytics/Public/*.h'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 3am (PST) - cron uses UTC times
1212
- cron: '0 11 * * *'

.github/workflows/firebasepod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '*.podspec'
99
- 'CoreOnly/**'
1010
- '.github/workflows/firebasepod.yml'
11-
- 'Gemfile'
11+
- 'Gemfile*'
1212
schedule:
1313
# Run every day at 3am (PST) - cron uses UTC times
1414
- cron: '0 11 * * *'

.github/workflows/firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
- '.github/workflows/firestore.yml'
5454

5555
# Rebuild on Ruby infrastructure changes.
56-
- 'Gemfile'
56+
- 'Gemfile*'
5757

5858
schedule:
5959
# Run every day at 2am (PST) - cron uses UTC times

.github/workflows/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '.github/workflows/functions.yml'
88
- 'Interop/Auth/Public/*.h'
99
- 'FirebaseMessaging/Sources/Interop/*.h'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 3am (PST) - cron uses UTC times
1313
- cron: '0 11 * * *'

.github/workflows/google-utilities-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'GoogleUtilitiesComponents**'
77
- '.github/workflows/google-utilities-components.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 10pm (PST) - cron uses UTC times
1111
- cron: '0 6 * * *'

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseInAppMessaging**'
77
- 'Interop/Analytics/Public/*.h'
88
- '.github/workflows/inappmessaging.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 10pm (PST) - cron uses UTC times
1212
- cron: '0 6 * * *'

.github/workflows/installations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'FirebaseInstallations**'
77
- '.github/workflows/installations.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 10pm (PST) - cron uses UTC times
1111
- cron: '0 6 * * *'

.github/workflows/instanceid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'Firebase/InstanceID/**'
88
- 'Example/InstanceID/**'
99
- '.github/workflows/instanceid.yml'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 10pm (PST) - cron uses UTC times
1313
- cron: '0 6 * * *'

.github/workflows/messaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# This file
1313
- '.github/workflows/messaging.yml'
1414
# Rebuild on Ruby infrastructure changes
15-
- 'Gemfile'
15+
- 'Gemfile*'
1616
schedule:
1717
# Run every day at 10pm (PST) - cron uses UTC times
1818
- cron: '0 6 * * *'

.github/workflows/mlmodeldownloader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'FirebaseMLModelDownloader**'
77
- '.github/workflows/mlmodeldownloader.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 11pm (PST) - cron uses UTC times
1111
- cron: '0 7 * * *'

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# YML configuration file
1313
- '.github/workflows/performance.yml'
1414
# Rebuild on Ruby infrastructure changes
15-
- 'Gemfile'
15+
- 'Gemfile*'
1616
schedule:
1717
# Run every day at 11pm (PST) - cron uses UTC times
1818
# Specified in format 'minutes hours day month dayofweek'

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
paths:
66
- '.github/workflows/prerelease.yml'
7-
- 'Gemfile'
7+
- 'Gemfile*'
88
workflow_dispatch:
99
schedule:
1010
# Run every day at 11pm (PST) - cron uses UTC times

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- '.github/workflows/release.yml'
77
- 'scripts/create_spec_repo/**'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
workflow_dispatch:
1010
schedule:
1111
# Run every day at 11pm (PST) - cron uses UTC times

.github/workflows/remoteconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseRemoteConfig**'
77
- 'Interop/Analytics/Public/*.h'
88
- '.github/workflows/remoteconfig.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
- 'scripts/generate_access_token.sh'
1111
schedule:
1212
# Run every day at 12am (PST) - cron uses UTC times

.github/workflows/segmentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'FirebaseSegmentation**'
77
- '.github/workflows/segmentation.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 12am (PST) - cron uses UTC times
1111
- cron: '0 8 * * *'

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- '.github/workflows/spm.yml'
77
- 'Package.swift'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 12am (PST) - cron uses UTC times
1111
- cron: '0 8 * * *'

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/storage.yml'
99
- 'scripts/**'
1010
# Rebuild on Ruby infrastructure changes.
11-
- 'Gemfile'
11+
- 'Gemfile*'
1212
schedule:
1313
# Run every day at 12am (PST) - cron uses UTC times
1414
- cron: '0 8 * * *'

.github/workflows/symbolcollision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- '.github/workflows/symbolcollision.yml'
99
- 'SymbolCollisionTest/**'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 12am (PST) - cron uses UTC times
1313
- cron: '0 8 * * *'

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'ReleaseTooling/**'
77
- '.github/workflows/zip.yml'
88
- 'scripts/build_non_firebase_sdks.sh'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
# Don't run based on any markdown only changes.
1111
- '!ReleaseTooling/*.md'
1212
schedule:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
i18n (1.8.7)
9292
concurrent-ruby (~> 1.0)
9393
json (2.5.1)
94-
kramdown (2.3.0)
94+
kramdown (2.3.1)
9595
rexml
9696
kramdown-parser-gfm (1.1.0)
9797
kramdown (~> 2.0)

0 commit comments

Comments
 (0)