VRFS-937 - locking 'gon' to ~>4.1.0 to fix test failures

This commit is contained in:
Anthony Davis 2013-12-28 11:54:53 -06:00
parent 75b9b97c60
commit 4a9ad7b733
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ gem 'ruby-protocol-buffers', '1.2.2'
gem 'pg', '0.15.1' gem 'pg', '0.15.1'
gem 'compass-rails' gem 'compass-rails'
gem 'rabl' # for JSON API development 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 'eventmachine', '1.0.3'
gem 'amqp', '0.9.8' gem 'amqp', '0.9.8'
gem 'logging-rails', :require => 'logging/rails' gem 'logging-rails', :require => 'logging/rails'