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
Gemfile
... ... @@ -42,7 +42,7 @@ gem 'rack-contrib'
42 42 # asset pipeline
43 43 gem 'uglifier', '>= 1.0.3'
44 44 gem 'sass-rails'
45   -gem 'sprockets-rails', '~> 2.3'
  45 +gem 'sprockets-rails', '~> 2.1'
46 46  
47 47 # gems to enable rails3 behaviour
48 48 gem 'protected_attributes'
... ...