From 483e2c58ec769202d25b470b68ea065d9ebc424f Mon Sep 17 00:00:00 2001 From: nathanvda Date: Thu, 21 Jul 2011 10:02:50 +0200 Subject: [PATCH] Updated history. --- Gemfile.lock | 6 +++--- History.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d29e04..deeef07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,8 +97,8 @@ DEPENDENCIES actionpack (>= 3.0.0) jeweler json_pure - rails (= 3.0.8) - rspec (>= 2.0.0.rc) - rspec-rails (>= 2.0.0.beta) + rails (>= 3.0.0) + rspec (>= 2.6.0) + rspec-rails (>= 2.6.0) simplecov sqlite3-ruby diff --git a/History.md b/History.md index 765cd8d..9d7e02a 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ # Change History / Release Notes +## Version 1.0.8 + +* Loosened the gem dependencies. + ## Version 1.0.7 (20/06/2011) Apparently, the gem 1.0.6 which was generated with ruby 1.9.2 gave the following error upon install: