Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 14779d9

Browse files
committed
Require sorted files
1 parent 05be5fb commit 14779d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/microsoft_graph.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'microsoft_graph',
77
'*'
88
)
9-
].each { |f| require f }
9+
].sort.each { |f| require f }
1010

1111
class MicrosoftGraph
1212
attr_reader :service

0 commit comments

Comments
 (0)