diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-01 11:20:09 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-07 15:46:55 +0000 |
commit | e36ce7ec64d1d8633444718d0c0a7c77ef36e576 (patch) | |
tree | 525df3a173b8e48a7d72bba1c6dc0b747aad2eab | |
parent | e3bbdacc30fb37610fa889202bfd082eea5c2ea8 (diff) |
Use a more recent rubygems from squeeze-backports
The version of rubygems in squeeze is old enough that it won't
work with our Gemfile / Gemfile.lock. Fortunately, the one in
squeeze-backports seems to work OK.
-rw-r--r-- | config/packages.debian-squeeze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze index 4b0bf30e1..6cdf2f9d6 100644 --- a/config/packages.debian-squeeze +++ b/config/packages.debian-squeeze @@ -29,7 +29,7 @@ libxml2-dev libxslt-dev uuid-dev ruby1.8-dev -rubygems +rubygems/squeeze-backports rake build-essential sqlite3 |