From 4a9ad7b733bf048e6c6302a949739ff02caf7b85 Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Sat, 28 Dec 2013 11:54:53 -0600 Subject: [PATCH] VRFS-937 - locking 'gon' to ~>4.1.0 to fix test failures --- web/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Gemfile b/web/Gemfile index 0f5f3066e..91f446324 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -32,7 +32,7 @@ gem 'ruby-protocol-buffers', '1.2.2' gem 'pg', '0.15.1' gem 'compass-rails' gem 'rabl' # for JSON API development -gem 'gon' # for passthrough of Ruby variables to Javascript variables +gem 'gon', '~>4.1.0' # for passthrough of Ruby variables to Javascript variables gem 'eventmachine', '1.0.3' gem 'amqp', '0.9.8' gem 'logging-rails', :require => 'logging/rails'