mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-01-01 11:19:30 -06:00
15 lines
354 B
Ruby
15 lines
354 B
Ruby
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
|