rack-attack/gemfiles/dalli2.gemfile
Aaron Suggs 57f513e1e9 Fix Appraisals & gemfile tests
The gemfiles had drifted from the Appraisals file from which they’re
generated.
2015-12-21 09:34:21 -05:00

13 lines
193 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "dalli", "~> 2.0"
group :development do
gem "pry"
gem "guard"
gem "guard-minitest"
end
gemspec :path => "../"