* pin down rabl until fix for cache key is present (VRFS-2369 and VRFS-2374)

This commit is contained in:
Seth Call 2014-10-26 08:05:33 -05:00
parent 88ac2c3fb5
commit 1552f72192
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ gem 'uuidtools', '2.1.2'
gem 'ruby-protocol-buffers', '1.2.2'
gem 'pg', '0.17.1'
gem 'compass-rails', '1.1.3' # 1.1.4 throws an exception on startup about !initialize on nil
gem 'rabl' # for JSON API development
gem 'rabl', '0.11.0' # for JSON API development
gem 'gon', '~>4.1.0' # for passthrough of Ruby variables to Javascript variables
gem 'eventmachine', '1.0.3'
gem 'amqp', '0.9.8'