gemfile added to event example

This commit is contained in:
norm
2022-10-23 06:08:45 +01:00
parent 182e1f72d3
commit f30f46a99f
3 changed files with 37 additions and 2 deletions

9
examples/events/Gemfile Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "perfect_toml", "~> 0.9.0"
gem "obsws", path: "../.."