Skip to content

Commit

Permalink
Add missing require to ensure #advance will work without being implic…
Browse files Browse the repository at this point in the history
…ity required
  • Loading branch information
Rob Sharp committed Jun 12, 2015
1 parent 96bb004 commit 012af6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/.ruby-version
@@ -0,0 +1 @@
2.1.4
Expand Up @@ -3,6 +3,7 @@
require 'active_support/time_with_zone'
require 'active_support/core_ext/time/zones'
require 'active_support/core_ext/date_and_time/calculations'
require 'active_support/core_ext/date/calculations'

class Time
include DateAndTime::Calculations
Expand Down

0 comments on commit 012af6c

Please sign in to comment.