source "https://rubygems.org"

# Specify your gem's dependencies in gitrob.gemspec
gemspec

# Optional development dependencies; requires bundler >= 1.10.
# Note that these gems assume a Ruby 2.2 environment. Install them using:
#
# bundle install --with guard
#
group :guard, :optional => true do
  gem "guard-rspec"
  gem "terminal-notifier-guard"
end
