Skip to content
Open
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
# ingore rvm gemset files
.ruby-gemset

# Local docker-compose overrides (port mappings, volume mounts)
docker-compose.override.yml

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ gem 'bootsnap', '>= 1.1.0', require: false
gem 'sidekiq', '~> 6'
gem 'sidekiq-congestion', '~> 0.1.0'
gem 'sidekiq-unique-jobs', '~> 7.1'
gem 'panoptes-client', '~> 1.3'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note - tests will fail and this won't pass successfully until zooniverse/panoptes-client.rb#49 is merged

gem 'sidekiq-logstash'
gem 'panoptes-client', '~> 1.2'
gem 'lograge'
gem 'logstash-event'
gem "sentry-raven"
Expand Down
Loading