Merb 1.0
So Merb 1.0 was released 2 days ago during RubyConf, just
I had to update my config/dependencies.rb file to read
sudo gem install merb
to update.I had to update my config/dependencies.rb file to read
merb_gems_version = "1.0"
and also sudo gem install webrat
, which is a Ruby Acceptance Testing plugin. Here's the Git repo if you want to check it out.
Comments