-
Notifications
You must be signed in to change notification settings - Fork 485
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
Bump the auth group across 1 directory with 16 updates #63106
Open
dependabot
wants to merge
1
commit into
staging
Choose a base branch
from
dependabot/bundler/auth-43f76560b2
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the auth group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [devise](https://github.com/heartcombo/devise) | `4.9.3` | `4.9.4` | | [devise_invitable](https://github.com/scambra/devise_invitable) | `2.0.6` | `2.0.9` | | [omniauth-facebook](https://github.com/simi/omniauth-facebook) | `4.0.0` | `10.0.0` | | [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) | `1.1.3` | `1.2.0` | | [jwt](https://github.com/jwt/ruby-jwt) | `2.7.1` | `2.10.1` | | [rails](https://github.com/rails/rails) | `6.1.7.7` | `6.1.7.10` | | [google-apis-core](https://github.com/googleapis/google-api-ruby-client) | `0.9.2` | `0.11.3` | | [cucumber](https://github.com/cucumber/cucumber-ruby) | `3.1.1` | `9.2.0` | | [rspec](https://github.com/rspec/rspec-metagem) | `3.5.0` | `3.13.0` | | [pdf-reader](https://github.com/yob/pdf-reader) | `2.9.2` | `2.13.0` | | [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.2.0` | `6.4.4` | | [puma_worker_killer](https://github.com/schneems/puma_worker_killer) | `0.3.1` | `1.0.0` | | [mini_racer](https://github.com/discourse/mini_racer) | `0.8.0` | `0.12.0` | | [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.201.4` | `3.214.1` | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.98.0` | `1.176.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.65.1` | `1.69.2` | Updates `devise` from 4.9.3 to 4.9.4 - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](heartcombo/devise@v4.9.3...v4.9.4) Updates `devise_invitable` from 2.0.6 to 2.0.9 - [Changelog](https://github.com/scambra/devise_invitable/blob/master/CHANGELOG.md) - [Commits](scambra/devise_invitable@v2.0.6...v2.0.9) Updates `omniauth-facebook` from 4.0.0 to 10.0.0 - [Release notes](https://github.com/simi/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/simi/omniauth-facebook/commits) Updates `omniauth-google-oauth2` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases) - [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md) - [Commits](zquestz/omniauth-google-oauth2@v1.1.3...v1.2.0) Updates `jwt` from 2.7.1 to 2.10.1 - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](jwt/ruby-jwt@v2.7.1...v2.10.1) Updates `rails` from 6.1.7.7 to 6.1.7.10 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.7...v6.1.7.10) Updates `google-apis-core` from 0.9.2 to 0.11.3 - [Release notes](https://github.com/googleapis/google-api-ruby-client/releases) - [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/google-apis-core/CHANGELOG.md) - [Commits](googleapis/google-api-ruby-client@google-apis-core/v0.9.2...google-apis-core/v0.11.3) Updates `cucumber` from 3.1.1 to 9.2.0 - [Release notes](https://github.com/cucumber/cucumber-ruby/releases) - [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-ruby@v3.1.1...v9.2.0) Updates `rspec` from 3.5.0 to 3.13.0 - [Commits](rspec/rspec-metagem@v3.5.0...v3.13.0) Updates `pdf-reader` from 2.9.2 to 2.13.0 - [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG) - [Commits](yob/pdf-reader@v2.9.2...v2.13.0) Updates `factory_bot_rails` from 6.2.0 to 6.4.4 - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](thoughtbot/factory_bot_rails@v6.2.0...v6.4.4) Updates `puma_worker_killer` from 0.3.1 to 1.0.0 - [Changelog](https://github.com/zombocom/puma_worker_killer/blob/main/CHANGELOG.md) - [Commits](zombocom/puma_worker_killer@v0.3.1...v1.0.0) Updates `mini_racer` from 0.8.0 to 0.12.0 - [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG) - [Commits](rubyjs/mini_racer@v0.8.0...v0.12.0) Updates `aws-sdk-core` from 3.201.4 to 3.214.1 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sdk-s3` from 1.98.0 to 1.176.1 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `rubocop` from 1.65.1 to 1.69.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.1...v1.69.2) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production update-type: version-update:semver-patch dependency-group: auth - dependency-name: devise_invitable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: auth - dependency-name: omniauth-facebook dependency-type: direct:production update-type: version-update:semver-major dependency-group: auth - dependency-name: omniauth-google-oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: auth - dependency-name: google-apis-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth - dependency-name: cucumber dependency-type: direct:development update-type: version-update:semver-major dependency-group: auth - dependency-name: rspec dependency-type: direct:development update-type: version-update:semver-minor dependency-group: auth - dependency-name: pdf-reader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: auth - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: auth - dependency-name: puma_worker_killer dependency-type: direct:production update-type: version-update:semver-major dependency-group: auth - dependency-name: mini_racer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth - dependency-name: aws-sdk-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: auth ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
ruby
Pull requests that update Ruby code
labels
Dec 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the auth group with 16 updates in the / directory:
4.9.3
4.9.4
2.0.6
2.0.9
4.0.0
10.0.0
1.1.3
1.2.0
2.7.1
2.10.1
6.1.7.7
6.1.7.10
0.9.2
0.11.3
3.1.1
9.2.0
3.5.0
3.13.0
2.9.2
2.13.0
6.2.0
6.4.4
0.3.1
1.0.0
0.8.0
0.12.0
3.201.4
3.214.1
1.98.0
1.176.1
1.65.1
1.69.2
Updates
devise
from 4.9.3 to 4.9.4Release notes
Sourced from devise's releases.
Commits
d5a48b4
Release v4.9.4bab47e1
Adds Ruby 3.3 to CI on 4-stablecee7457
Bump year [ci skip]95ed7d3
Merge pull request #5641 from henryaj/patch-1edffc79
Respect locale set by controller in the failure app (#5567)Updates
devise_invitable
from 2.0.6 to 2.0.9Changelog
Sourced from devise_invitable's changelog.
Commits
87b8391
bump to 2.0.98a08437
Do not accept expired invitation on password reset41f5897
Update fr.ymld585dd2
Bump actions/checkout from 3 to 4a9dd4a4
Create id.ymld414a5e
add test for 2.0.6b38fef5
Test against Ruby 3.2db2f9a1
bump to 2.0.8d35c274
update changelogaf33e62
fix string matching on error message with rails 7.1Updates
omniauth-facebook
from 4.0.0 to 10.0.0Release notes
Sourced from omniauth-facebook's releases.
Changelog
Sourced from omniauth-facebook's changelog.
Commits
Updates
omniauth-google-oauth2
from 1.1.3 to 1.2.0Release notes
Sourced from omniauth-google-oauth2's releases.
Changelog
Sourced from omniauth-google-oauth2's changelog.
Commits
11af078
Add 1.2.0 changelog and slight doc changes for image sizing452e119
Update image sizing based on docs at https://developers.google.com/people/ima...bf4d297
Bump version required for example appb20c723
Drop unsupported Ruby versions from CI772f760
Rubocop fixes405db19
follow jwt 2.9.0 changes (#464)Updates
jwt
from 2.7.1 to 2.10.1Changelog
Sourced from jwt's changelog.
... (truncated)
Commits
6e59d26
Make version constants publica490892
Start the 3.0 iterationd09d63b
Prepare 2.10.03f38be0
Generate CNAME entry2f15937
Fix markdown generation7d0f617
Deprecation warnings for Rbnacl backed functionalityb006395
Handle empty string as token valuecc0a876
Fix badge url98e1d30
Documentation for modules and classes7ea4a36
Reduce rubocop custom rulesUpdates
rails
from 6.1.7.7 to 6.1.7.10Release notes
Sourced from rails's releases.
... (truncated)
Commits
86864c2
Preparing for 6.1.7.10 release78cfd2f
Prepare for 6.1.7.109cd0b8f
Improvements to releaser77f0d70
Fix NoMethodError in ActionMailer block_formatb2fbbfb
Preparing for 6.1.7.9 release534b3c7
Update CHANGELOGsfaadb28
Merge pull request #16 from rails/7-0-sec-relase985f192
Avoid backtracking in ActionMailer block_format4f4312b
ActionText: Avoid backtracing in plain_text_for_blockquote_nodefb493be
Avoid backtracking in filtered_query_stringUpdates
google-apis-core
from 0.9.2 to 0.11.3Release notes
Sourced from google-apis-core's releases.
Changelog
Sourced from google-apis-core's changelog.
Commits
f617615
chore(main): release google-apis-core 0.11.3 (#17121)022aef8
fix(core): download with destination as pathname (#17120)2e3e332
chore(core): Remove webrick from mandatory gems (#16574)ba91e09
chore(main): release google-apis-core 0.11.2 (#16447)01108a5
chore(core): deprecate OpenCensus support (#16448)39fd285
fix(core): update ssl_config to point to system default root CA path (#16446)b78f7d2
chore(deps): update dependency redis to '>= 3.2', '< 5.0.8' (#15702)da1afb2
chore(main): release google-apis-core 0.11.1 (#15476)0d2aa0e
docs(core): Document send_timeout_sec and fix up some types (#14907)d1fd1ec
chore(deps): update dependency redis to '>= 3.2', '< 5.0.7' (#13281)Updates
cucumber
from 3.1.1 to 9.2.0Release notes
Sourced from cucumber's releases.
... (truncated)
Changelog
Sourced from cucumber's changelog.
... (truncated)
Commits
b6779f3
Prepare release v9.2.03573da4
Refactor/http io uncoupling (#1752)d9f0278
Refactor/final 9 2 tidies (#1753)a4598d9
Update version support of all cucumber gems (#1751)1eefe5d
Prepare release v9.1.2f031424
Refactor/layout lint fixes (#1750)b126fc8
bugfix: Handle Cucumber-Wire issue when parameter type cannot be specified on...64092da
Port CCK logic (#1748)09f4d30
refactor/fix up jUnit tests (#1749)b202ce9
Prepare release v9.1.1Updates
rspec
from 3.5.0 to 3.13.0Commits
317fc0b
v3.13.0cfb135a
v3.12.0f4393df
Version 3.11.0694150e
Fix typo900a29c
Bold rather than italic texta6fb2b4
Move rspec to rspec-metagem9fb905e
Merge pull request #64 from rspec/update-common-plaintext-files-2020-12-27-fo...293560e
Updated common plaintext files (from rspec-dev)maindcbe14a
Update code of conduct from rspec-core0e3de5c
Update FUNDING.ymlUpdates
pdf-reader
from 2.9.2 to 2.13.0Changelog
Sourced from pdf-reader's changelog.
Commits
44238c5
Merge pull request #540 from yob/fix-ruby-2-cic2a148c
Use older Ascii85 gem on older rubies in CI8f4ab80
prepare for v2.13.0 release24e48b3
Merge pull request #539 from yob/ascii85-2-0855d067
Allow Ascii81 1.0 and 2.0c049945
Merge pull request #537 from yob/hostedd527a17
Run jobs on a hosted queue2d4b750
Merge pull request #535 from erinnachen/add-stringio-to-sigdfdb78f
Allow StringIO type for PDF::Reader input7b73e6c
Merge pull request #532 from cprodhomme/patch-1Updates
factory_bot_rails
from 6.2.0 to 6.4.4Release notes
Sourced from factory_bot_rails's releases.
... (truncated)
Changelog
Sourced from factory_bot_rails's changelog.
Commits
b00d3c3
Release 6.4.4 [ci skip]b5f45b9
Update Bundler to v2.5.22f877249
Update Bundler to v2.5.21f5aabdd
Bump rake from 13.1.0 to 13.2.1 (#491)01e3bdb
Bump factory_bot from 6.4.0 to 6.5.0 (#492)26d0e9e
Bump rspec-rails from 6.1.0 to 6.1.4c681900
Bump standard from 1.32.1 to 1.40.0 (#487)3db6bd6
Ignore Standard Style/ArgumentsForwarding violations temporarily (#489)62f4319
Add a dynamic security workflow and a SECURITY.md file (#481)1c24be0
Add a CODEOWNERS file (#468)Updates
puma_worker_killer
from 0.3.1 to 1.0.0Changelog
Sourced from puma_worker_killer's changelog.
Commits
db7b26f
v1.0.0 (#110)761d832
[ci skip] Fix minor typo (#102)0e2275b
Update Gemspec versions (#109)83b1d21
Update actions/checkout to v4 (#107)293fd38
Merge pull request #101 from mishina2228/gh-actionsa11241f
Update actions/checkout from v2 to v36db1ab3
Update CHANGELOG.mdcc6cec5
Replace Travis CI with GitHub Actions2cc2dcf
Lock Rubocop ~> 0.81.0c8022f5
Add GitHub Actions WorkflowUpdates
mini_racer
from 0.8.0 to 0.12.0Changelog
Sourced from mini_racer's changelog.
Commits
5b2a25c
Increase test eval timeout3754b17
Make something JIT'd to increase executable heap size8c9bb5d
Merge branch 'libv8-node-21'd736f82
Merge branch 'libv8-node-20'07acaee
Merge branch 'libv8-node-19'a61414c
Remove debug loggingc195239
Lock before LowMemoryNotificationd09638d
Enable test_webassemblyb135831
Lock v8 Isolate while pumping message loop60ed350
Annotate test failures + disable crasher testsUpdates
aws-sdk-core
from 3.201.4 to 3.214.1Changelog
Sourced from aws-sdk-core's changelog.
... (truncated)
Commits
Updates
aws-sdk-s3
from 1.98.0 to 1.176.1Changelog
Sourced from aws-sdk-s3's changelog.