Skip to content

Commit 0ce6846

Browse files
committed
Avoid redundant dependency loading in submodules
1 parent da38ddf commit 0ce6846

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

lib/ice_cube/validations/day.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'date'
2-
31
module IceCube
42

53
module Validations::Day

lib/ice_cube/validations/weekly_interval.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'date'
2-
31
module IceCube
42

53
module Validations::WeeklyInterval

spec/examples/active_support_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require 'active_support/version'
44
require 'tzinfo' if ActiveSupport::VERSION::MAJOR == 3
55

6-
76
module IceCube
87
describe Schedule, 'using ActiveSupport' do
98

0 commit comments

Comments
 (0)