Skip to content

Commit

Permalink
Merge pull request #77 from aufziehvogel/active-support-import
Browse files Browse the repository at this point in the history
lib: import active_support before cherry-picking imports
  • Loading branch information
Stefan Koch committed Oct 10, 2023
2 parents aff4608 + ebed450 commit cb1ffa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hcloud.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'hcloud/version'
require 'active_support'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/hash/indifferent_access'

Expand Down

0 comments on commit cb1ffa3

Please sign in to comment.