diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2012-12-19 22:28:43 +0000 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2012-12-19 22:28:43 +0000 |
commit | dc0542f8099067476370949b39e726ec4e4ae4fc (patch) | |
tree | 0fd8df087e0532dae939e05c78a12f80172fe620 /actionpack | |
parent | 56fee39c392788314c44a575b3fd66e16a50c8b5 (diff) | |
download | rails-dc0542f8099067476370949b39e726ec4e4ae4fc.tar.gz rails-dc0542f8099067476370949b39e726ec4e4ae4fc.tar.bz2 rails-dc0542f8099067476370949b39e726ec4e4ae4fc.zip |
Remove obsolete Hash extension needed for Ruby 1.8.x support
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/journey/router.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/router.rb b/actionpack/lib/action_dispatch/journey/router.rb index fcf16c1272..0f16510c95 100644 --- a/actionpack/lib/action_dispatch/journey/router.rb +++ b/actionpack/lib/action_dispatch/journey/router.rb @@ -1,4 +1,3 @@ -require 'action_dispatch/journey/core-ext/hash' require 'action_dispatch/journey/router/utils' require 'action_dispatch/journey/router/strexp' require 'action_dispatch/journey/routes' |