Skip to content

Commit feb9a6b

Browse files
author
Elara
committed
Add missing dependency for repository.rb too
1 parent 12f72a2 commit feb9a6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/rbs/repository.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
require "pathname" unless defined?(Pathname)
23

34
module RBS
45
class Repository

0 commit comments

Comments
 (0)