Skip to content

Bump kramdown from 2.3.0 to 2.3.1 #7802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'FirebaseABTesting**'
- 'Interop/Analytics/Public/*.h'
- '.github/workflows/abtesting.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 1am(PST) - cron uses UTC times
- cron: '0 9 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'FirebaseAnalyticsSwift**'
- 'GoogleAppMeasurement.podspec.json'
- '.github/workflows/analytics.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 1am (PST) - cron uses UTC times
- cron: '0 9 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appdistribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'FirebaseAppDistribution**'
- '.github/workflows/appdistribution.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 1am (PST) - cron uses UTC times
- cron: '0 9 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'FirebaseAuth**'
- 'Interop/Auth/Public/*.h'
- '.github/workflows/auth.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 1am (PST) - cron uses UTC times
- cron: '0 9 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'CocoapodsIntegrationTest/**'
- '.github/workflows/cocoapods-integration.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
- cron: '0 10 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'Example/CoreDiagnostics/**'
- 'Interop/CoreDiagnostics/Public/*.h'
- '.github/workflows/core-diagnostics.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
- cron: '0 10 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'FirebaseCore**'
- 'Interop/CoreDiagnostics/Public/*.h'
- '.github/workflows/core.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
- cron: '0 10 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'FirebaseCrashlytics.podspec'
- '.github/workflows/crashlytics.yml'
- 'Interop/Analytics/Public/*.h'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 10am (PST) - cron uses UTC times
- cron: '0 2 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'Example/Database/**'
- 'Interop/Auth/Public/*.h'
- '.github/workflows/database.yml'
- 'Gemfile'
- 'Gemfile*'
- 'scripts/run_database_emulator.sh'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'FirebaseDynamicLinks**'
- '.github/workflows/dynamiclinks.yml'
- 'Interop/Analytics/Public/*.h'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 3am (PST) - cron uses UTC times
- cron: '0 11 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebasepod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*.podspec'
- 'CoreOnly/**'
- '.github/workflows/firebasepod.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 3am (PST) - cron uses UTC times
- cron: '0 11 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
- '.github/workflows/firestore.yml'

# Rebuild on Ruby infrastructure changes.
- 'Gemfile'
- 'Gemfile*'

schedule:
# Run every day at 2am (PST) - cron uses UTC times
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '.github/workflows/functions.yml'
- 'Interop/Auth/Public/*.h'
- 'FirebaseMessaging/Sources/Interop/*.h'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 3am (PST) - cron uses UTC times
- cron: '0 11 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google-utilities-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'GoogleUtilitiesComponents**'
- '.github/workflows/google-utilities-components.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 10pm (PST) - cron uses UTC times
- cron: '0 6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'FirebaseInAppMessaging**'
- 'Interop/Analytics/Public/*.h'
- '.github/workflows/inappmessaging.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 10pm (PST) - cron uses UTC times
- cron: '0 6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'FirebaseInstallations**'
- '.github/workflows/installations.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 10pm (PST) - cron uses UTC times
- cron: '0 6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instanceid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'Firebase/InstanceID/**'
- 'Example/InstanceID/**'
- '.github/workflows/instanceid.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 10pm (PST) - cron uses UTC times
- cron: '0 6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# This file
- '.github/workflows/messaging.yml'
# Rebuild on Ruby infrastructure changes
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 10pm (PST) - cron uses UTC times
- cron: '0 6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mlmodeldownloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'FirebaseMLModelDownloader**'
- '.github/workflows/mlmodeldownloader.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
- cron: '0 7 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# YML configuration file
- '.github/workflows/performance.yml'
# Rebuild on Ruby infrastructure changes
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
# Specified in format 'minutes hours day month dayofweek'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- '.github/workflows/prerelease.yml'
- 'Gemfile'
- 'Gemfile*'
workflow_dispatch:
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- '.github/workflows/release.yml'
- 'scripts/create_spec_repo/**'
- 'Gemfile'
- 'Gemfile*'
workflow_dispatch:
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'FirebaseRemoteConfig**'
- 'Interop/Analytics/Public/*.h'
- '.github/workflows/remoteconfig.yml'
- 'Gemfile'
- 'Gemfile*'
- 'scripts/generate_access_token.sh'
schedule:
# Run every day at 12am (PST) - cron uses UTC times
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/segmentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'FirebaseSegmentation**'
- '.github/workflows/segmentation.yml'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 12am (PST) - cron uses UTC times
- cron: '0 8 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- '.github/workflows/spm.yml'
- 'Package.swift'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 12am (PST) - cron uses UTC times
- cron: '0 8 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/storage.yml'
- 'scripts/**'
# Rebuild on Ruby infrastructure changes.
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 12am (PST) - cron uses UTC times
- cron: '0 8 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symbolcollision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- '.github/workflows/symbolcollision.yml'
- 'SymbolCollisionTest/**'
- 'Gemfile'
- 'Gemfile*'
schedule:
# Run every day at 12am (PST) - cron uses UTC times
- cron: '0 8 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'ReleaseTooling/**'
- '.github/workflows/zip.yml'
- 'scripts/build_non_firebase_sdks.sh'
- 'Gemfile'
- 'Gemfile*'
# Don't run based on any markdown only changes.
- '!ReleaseTooling/*.md'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
i18n (1.8.7)
concurrent-ruby (~> 1.0)
json (2.5.1)
kramdown (2.3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand Down