Skip to content

Commit

Permalink
temporary fix for bad URI error
Browse files Browse the repository at this point in the history
use latest template which has a newer webrick version
  • Loading branch information
nvdk committed Nov 8, 2024
1 parent 02fc6fa commit 9654265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
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
Expand Down
5 changes: 2 additions & 3 deletions Gemfile
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"
1 change: 1 addition & 0 deletions web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
require_relative 'framework/tika.rb'
require_relative 'framework/jsonapi.rb'


##
# WEBrick setup
##
Expand Down

0 comments on commit 9654265

Please sign in to comment.