File: async-v1.rb

package info (click to toggle)
ruby-async-rspec 1.16.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: ruby: 457; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec path: "../"

gem 'async', '~> 1.0'