Create Gemfile

This commit is contained in:
Patrick Auernig 2017-11-16 10:43:16 +01:00 committed by GitHub
parent 610ad9a6f0
commit 2003593f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Gemfile Normal file
View File

@ -0,0 +1,8 @@
source 'https://rubygems.org'
# to access the notification service
gem 'ruby-dbus'
group :development do
gem 'pry'
end