Commit beee8706035adc8ff38f8b25baeab936bbc389a6
1 parent
1eeb24c6
Exists in
master
and in
4 other branches
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,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' |