# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.

source 'https://rubygems.org'

gemspec path: "../"

gem 'async', '~> 1.0'
