From beee8706035adc8ff38f8b25baeab936bbc389a6 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 30 Dec 2015 11:36:46 -0300 Subject: [PATCH] Gemfile: fix dependency specification for Debian stable --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7e65ce5..6930e23 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'rack-contrib' # asset pipeline gem 'uglifier', '>= 1.0.3' gem 'sass-rails' -gem 'sprockets-rails', '~> 2.3' +gem 'sprockets-rails', '~> 2.1' # gems to enable rails3 behaviour gem 'protected_attributes' -- libgit2 0.21.2