Created
December 22, 2010 19:03
-
-
Save probablykabari/751926 to your computer and use it in GitHub Desktop.
for dm-active_model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 95c7e993f0c124f6fda4fce45452d63ede469fd3 Mon Sep 17 00:00:00 2001 | |
From: Kabari Hendrick <[email protected]> | |
Date: Wed, 22 Dec 2010 13:01:51 -0600 | |
Subject: [PATCH] git rid of strict dependency | |
Signed-off-by: Kabari Hendrick <[email protected]> | |
--- | |
Rakefile | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/Rakefile b/Rakefile | |
index 596ba61..56dc2a7 100644 | |
--- a/Rakefile | |
+++ b/Rakefile | |
@@ -17,7 +17,7 @@ begin | |
gem.rubyforge_project = 'datamapper' | |
gem.add_dependency 'dm-core', '~> 1.0.2' | |
- gem.add_dependency 'activemodel', '~> 3.1.0.beta' | |
+ gem.add_dependency 'activemodel', '> 3.0.0' | |
gem.add_development_dependency 'dm-validations', '~> 1.0.2' | |
gem.add_development_dependency 'rspec', '~> 1.3' | |
-- | |
1.7.3.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment