# File lib/librarian/environment.rb, line 87
    def adapter_version
      implementation? or return
      adapter_module::VERSION
    end