From 6096687b07a736d85dcd6cb6933e66b7014d7005 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 19 Jun 2014 15:46:38 -0500 Subject: [PATCH] * railties is floating to 4.x; pinning --- web/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Gemfile b/web/Gemfile index 310b1bbae..2c3a862e1 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -22,6 +22,7 @@ end gem 'oj' gem 'builder' gem 'rails', '~>3.2.11' +gem 'railties', '~>3.2.11' gem 'jquery-rails' gem 'jquery-ui-rails' gem 'bootstrap-sass', '2.0.4'