mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-25 08:58:49 -05:00
Explicitly require ActiveSupport 2.3.2.
Rails 3's ActiveSupport does not include Fixnum#ordinalize. Any system with this version of ActiveSupport installed will encounter a NoMethodError when running the 'generate' rake task.
This commit is contained in:
parent
ac9addf8f3
commit
80b276c21e
@ -1,4 +1,4 @@
|
|||||||
gem 'activesupport', ">= 2.3.2"
|
gem 'activesupport', "2.3.2"
|
||||||
require 'active_support'
|
require 'active_support'
|
||||||
require 'rubypants'
|
require 'rubypants'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user