bump panoptes-client to ~> 1.3 and gitignore docker-compose.override#1677
Open
kieftrav wants to merge 1 commit into
Open
bump panoptes-client to ~> 1.3 and gitignore docker-compose.override#1677kieftrav wants to merge 1 commit into
kieftrav wants to merge 1 commit into
Conversation
d520962 to
15783ac
Compare
| gem 'sidekiq', '~> 6' | ||
| gem 'sidekiq-congestion', '~> 0.1.0' | ||
| gem 'sidekiq-unique-jobs', '~> 7.1' | ||
| gem 'panoptes-client', '~> 1.3' |
There was a problem hiding this comment.
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem panoptes-client should appear before sidekiq-unique-jobs.
Author
There was a problem hiding this comment.
Note - tests will fail and this won't pass successfully until zooniverse/panoptes-client.rb#49 is merged
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bump
panoptes-clientfrom~> 1.2to~> 1.3to pick up the JWT v2 upgrade from zooniverse/panoptes-client.rb#49.We're working toward adding OpenID Connect (OIDC) support to the Zooniverse platform via
doorkeeper-openid_connecton Panoptes. That gem requiresjwt >= 2.5, which conflicts with the oldjwt ~> 1.5.0pin inpanoptes-client. This version bump pulls in the updated gem so Caesar stays compatible with the upgraded dependency chain.Also adds
docker-compose.override.ymlto.gitignoreso developers can customize ports and volume mounts locally.Depends on:
Same change as zooniverse/panoptes#4596.