rack-attack/Gemfile
Aaron Suggs bd27009f43 Add Guard testing support
While developing rack-attack, run tests continuously with `bundle exec
guard`
2015-12-18 08:54:19 -05:00

9 lines
157 B
Ruby

source 'https://rubygems.org'
gemspec
group :development do
gem 'pry'
gem 'guard' # NB: this is necessary in newer versions
gem 'guard-minitest'
end