Merge pull request #1949 from internetee/dependabot/bundler/rexml-3.2.5

Bump rexml from 3.2.4 to 3.2.5
This commit is contained in:
Alex Sherman 2021-04-26 15:46:56 +05:00 committed by Oleg Hasjanov
commit 9c2bbd8e89
4 changed files with 8 additions and 2 deletions

View file

@ -36,6 +36,7 @@ Rails.application.routes.draw do
post 'command/poll', to: 'polls#poll', as: 'poll', constraints: EppConstraint.new(:poll)
get 'error/:command', to: 'errors#error'
get 'error', to: 'errors#command_handler'
end
namespace :repp do