未定义的局部变量或方法`config'用于#<bundler :: dsl:0x7fe2598d56d8> </bundler :: dsl:0x7fe2598d56d8>

时间:2012-11-02 19:11:20

标签: ruby-on-rails ruby-on-rails-3

我正在遵循以下教程:

http://railscasts.com/episodes/188-declarative-authorization?view=comments

还要继续关注Git上的gem文档:

https://github.com/stffn/declarative_authorization

但两次都有相同的结果:

mark@ubuntu:~/RoR Projects/blog$ sudo rake gems:install
Invalid gemspec in [/var/lib/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z"
rake aborted!
undefined local variable or method `config' for #Bundler::Dsl:0x7fe2598d56d8>

我已经按照每个教程跟着这封信,但是继续得到相同的输出,所以我猜这是我系统的问题吗?

1 个答案:

答案 0 :(得分:1)

看起来你是以旧的方式(在bundler之前)使用导轨包含宝石但使用的是bundler并且它是Gemfile

gem "declarative_authorization"添加到Gemfile,它应该按预期工作。