VRFS-937 - locking 'gon' to ~>4.1.0 to fix test failures
This commit is contained in:
parent
75b9b97c60
commit
4a9ad7b733
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue