Skip to content

Commit

Permalink
Merge pull request #57 from boltops-tools/activesupport
Browse files Browse the repository at this point in the history
Fix activesupport require
  • Loading branch information
tongueroo authored Dec 18, 2021
2 parents 08f8f52 + 8470f2a commit 6260bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kubes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require "kubes/autoloader"
Kubes::Autoloader.setup

require "active_support"
require "active_support/core_ext/class"
require "active_support/core_ext/hash"
require "active_support/core_ext/string"
Expand Down

0 comments on commit 6260bcd

Please sign in to comment.