-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use latest template which has a newer webrick version
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM semtech/mu-jruby-template:3.1.0 | ||
FROM semtech/mu-jruby-template | ||
|
||
LABEL maintainer="redpencil <[email protected]>" | ||
# 200MB | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
source 'https://rubygems.org' do | ||
gem 'listen', '~> 3.0' | ||
gem 'parallel', '~> 1.17.0' | ||
gem "concurrent-ruby", "~> 1.1" | ||
# matching our current backend setup | ||
gem "elasticsearch", "~> 7.17" | ||
gem "faraday-typhoeus", "~> 1.1" | ||
gem "pry-debugger-jruby", "~> 2.1" | ||
end | ||
|
||
gem "faraday-typhoeus", "~> 1.1" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
require_relative 'framework/tika.rb' | ||
require_relative 'framework/jsonapi.rb' | ||
|
||
|
||
## | ||
# WEBrick setup | ||
## | ||
|