Skip to content

Commit cb1ffa3

Browse files
author
Stefan Koch
authored
Merge pull request #77 from aufziehvogel/active-support-import
lib: import active_support before cherry-picking imports
2 parents aff4608 + ebed450 commit cb1ffa3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/hcloud.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'hcloud/version'
4+
require 'active_support'
45
require 'active_support/core_ext/object/to_query'
56
require 'active_support/core_ext/hash/indifferent_access'
67

0 commit comments

Comments
 (0)