Lock guard gem version to avoid warning.

This commit is contained in:
Steven Miers 2014-11-13 11:06:03 -06:00
parent 9cd9f5d58a
commit c068619d4d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ gem 'slim'
gem 'htmlentities'
gem 'sanitize'
gem 'recurly'
gem 'guard'
gem 'guard', '2.7.3'
group :development, :test do
gem 'rspec-rails', '2.14.2'