summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/zero.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/zero.rb b/lib/zero.rb
index 2f18519..baf876c 100644
--- a/lib/zero.rb
+++ b/lib/zero.rb
@@ -1,8 +1,3 @@
-# Only add fixes, if needed to avoid an unnecessary installed gem
-if RUBY_VERSION <= '1.9'
- require 'zero_fix18'
-end
-
module Zero
require 'zero/controller'
require 'zero/router'