mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
10 lines
136 B
Ruby
10 lines
136 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
source "https://rubygems.org"
|
||
|
|
||
|
# gem "rails"
|
||
|
|
||
|
gem "perfect_toml", "~> 0.9.0"
|
||
|
|
||
|
gem "obsws", path: "../.."
|