9 lines
123 B
Ruby
9 lines
123 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# to access the notification service
|
|
gem 'ruby-dbus'
|
|
|
|
group :development do
|
|
gem 'pry'
|
|
end
|