pacman-update-notify/Gemfile
2017-11-16 10:43:16 +01:00

9 lines
123 B
Ruby

source 'https://rubygems.org'
# to access the notification service
gem 'ruby-dbus'
group :development do
gem 'pry'
end