diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..fadf465 --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +source 'https://rubygems.org' + +# to access the notification service +gem 'ruby-dbus' + +group :development do + gem 'pry' +end