We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8added2 commit 6ad3872Copy full SHA for 6ad3872
lib/webmachine/adapters/rack.rb
@@ -41,7 +41,7 @@ class Rack < Adapter
41
DEFAULT_OPTIONS = {}
42
43
REQUEST_URI = 'REQUEST_URI'.freeze
44
- VERSION_STRING = "#{Webmachine::SERVER_STRING} Rack/#{::Rack.version}".freeze
+ VERSION_STRING = "#{Webmachine::SERVER_STRING} Rack/#{::Rack::VERSION}".freeze
45
NEWLINE = "\n".freeze
46
47
# Start the Rack adapter
0 commit comments