Commit beee8706035adc8ff38f8b25baeab936bbc389a6

Authored by Antonio Terceiro
1 parent 1eeb24c6

Gemfile: fix dependency specification for Debian stable

*sigh*
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -42,7 +42,7 @@ gem 'rack-contrib' @@ -42,7 +42,7 @@ gem 'rack-contrib'
42 # asset pipeline 42 # asset pipeline
43 gem 'uglifier', '>= 1.0.3' 43 gem 'uglifier', '>= 1.0.3'
44 gem 'sass-rails' 44 gem 'sass-rails'
45 -gem 'sprockets-rails', '~> 2.3' 45 +gem 'sprockets-rails', '~> 2.1'
46 46
47 # gems to enable rails3 behaviour 47 # gems to enable rails3 behaviour
48 gem 'protected_attributes' 48 gem 'protected_attributes'