Skip to content
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

Use officially released version of active_elastic_job gem #4777

Merged
merged 1 commit into from
Jul 5, 2022
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ end

# Install the bundle --with aws when running on Amazon Elastic Beanstalk
group :aws, optional: true do
gem 'active_elastic_job', github: 'tawan/active-elastic-job'
gem 'active_elastic_job'
gem 'aws-partitions'
gem 'aws-sdk-rails'
gem 'aws-sdk-cloudfront'
Expand Down
13 changes: 4 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ GIT
fugit (~> 1.1)
sidekiq (>= 4.2.1)

GIT
remote: https://github.com/tawan/active-elastic-job.git
revision: e1735bb48373dc398f704cffea52c73564fc1dcb
specs:
active_elastic_job (3.2.0)
aws-sdk-sqs (~> 1)
rails (>= 5.2.6, < 7.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -121,6 +113,9 @@ GEM
json-ld
rails (>= 5.2, < 7.1)
rdf-vocab (>= 2.1.0)
active_elastic_job (3.2.0)
aws-sdk-sqs (~> 1)
rails (>= 5.2.6, < 7.1)
active_encode (0.8.2)
rails
sprockets (< 4)
Expand Down Expand Up @@ -975,7 +970,7 @@ DEPENDENCIES
about_page!
active-fedora (~> 13.2, >= 13.2.5)
active_annotations (~> 0.4)
active_elastic_job!
active_elastic_job
active_encode (~> 0.8.2)
active_fedora-datastreams (~> 0.4)
activejob-traffic_control
Expand Down