Skip to content

Commit

Permalink
Revert "chore(deps): add limitation for requiring"
Browse files Browse the repository at this point in the history
This reverts commit e9b7a1f.
  • Loading branch information
sanemat committed Jan 21, 2016
1 parent 43f0fba commit e41469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_actionview-link_to_block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
? 'minitest/autorun'
: 'active_support/testing/autorun'
require autorun_path
require 'action_controller' if Gem::Version.new(ActiveSupport::VERSION::STRING) >= Gem::Version.new("5.0")
require 'action_controller'
require 'action_view'
require 'action_view/link_to_block/link_to_block'
require 'action_dispatch'
Expand Down

0 comments on commit e41469d

Please sign in to comment.