Skip to content

Commit

Permalink
Merge pull request #63 from cakeflight/jayzes/activesupport-pick-and-…
Browse files Browse the repository at this point in the history
…choose

Pick and choose specific ActiveSupport extensions instead of pulling in the whole thing
  • Loading branch information
rmitchell-sq authored May 9, 2024
2 parents 648bece + 5778bfa commit b9911b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/rrule.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# frozen_string_literal: true

require 'active_support/all'
require 'active_support'
require 'active_support/core_ext/time'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/integer/time'
require 'active_support/core_ext/array/wrap'

module RRule
autoload :Rule, 'rrule/rule'
Expand Down

0 comments on commit b9911b7

Please sign in to comment.