Skip to content

Commit

Permalink
Merge pull request #9 from TALlama/master
Browse files Browse the repository at this point in the history
Rails 5 support
  • Loading branch information
roman authored Dec 22, 2017
2 parents 8c278ef + 6e1c985 commit d11e7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rots
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ end
puts "\x1B[32mRunning OpenID Test server on port 1123\x1B[0m" if server_options[:verbose]
begin
Rack::Handler::Mongrel.run server, :Port => server_options[:port]
rescue LoadError
rescue LoadError, NameError
Rack::Handler::WEBrick.run server, :Port => server_options[:port]
end

0 comments on commit d11e7d8

Please sign in to comment.