Skip to content

Commit

Permalink
Merge pull request #1019 from pod4lib/update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Dec 18, 2023
2 parents 3549dd2 + 2fced04 commit 67e85a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
activesupport (>= 6.1)
groupdate (6.4.0)
activesupport (>= 6.1)
hashdiff (1.0.1)
hashdiff (1.1.0)
highline (2.1.0)
honeybadger (5.4.0)
http (5.1.1)
Expand Down Expand Up @@ -237,7 +237,7 @@ GEM
inline_svg (1.9.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.6.0)
io-console (0.7.1)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.7)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -302,7 +302,7 @@ GEM
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -355,7 +355,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.1)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
Expand Down Expand Up @@ -405,10 +405,10 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.22.2)
rubocop-performance (1.20.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/oai_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OaiController < ApplicationController

def show
verb = params.require(:verb)
send("render_#{verb.underscore}")
send(:"render_#{verb.underscore}")
rescue ActionController::ParameterMissing
raise OaiConcern::BadVerb
end
Expand Down

0 comments on commit 67e85a7

Please sign in to comment.