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
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Application
SCHOLAR_APPLICATION_URL=http://localhost:3000
SCHOLAR_JOB_QUEUE_ADAPTER=:inline
SCHOLAR_JOB_QUEUE_ADAPTER=sidekiq
SCHOLAR_PRODUCTION_MAILER_URL=localhost:3000
SCHOLAR_INITIALIZERS_SECRET_KEY=secret_key

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'bigdecimal', '1.3.5'

# For BrowseEverything to work with Hyrax 2.x then we need to pin BE
gem 'browse-everything', '1.1.0'
gem 'bulkrax', '~> 4.3.0'
gem 'bulkrax', '~> 9.1.0'
gem 'hydra-remote_identifier', github: 'uclibs/hydra-remote_identifier', branch: 'scholar-datacite'
gem 'kaltura', '0.1.1'
gem 'rack', '2.2.3'
Expand Down
Loading