summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 2218a887740d91c3ff7de1e8a88618743f7e45d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'

# Look in asciidoctor.gemspec for runtime and development dependencies
gemspec

# enable this group to use Guard for continuous testing
# after removing comments, run `bundle install` then `guard` 
#group :guardtest do
#  gem 'guard'
#  gem 'guard-test'
#  gem 'libnotify'
#  gem 'listen', :github => 'guard/listen'
#end