Created
March 5, 2014 23:12
-
-
Save adamphillips/9378735 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 2441910d94cad6e15b8f859369b8242022d7ca4e Mon Sep 17 00:00:00 2001 | |
From: Adam Phillips <[email protected]> | |
Date: Wed, 5 Mar 2014 23:10:33 +0000 | |
Subject: [PATCH] Change Rails dependency to 3.1 | |
--- | |
activeadmin-cms.gemspec | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/activeadmin-cms.gemspec b/activeadmin-cms.gemspec | |
index 21e3895..42f08c5 100644 | |
--- a/activeadmin-cms.gemspec | |
+++ b/activeadmin-cms.gemspec | |
@@ -15,7 +15,7 @@ Gem::Specification.new do |s| | |
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] | |
- s.add_dependency "rails", "~> 3.2.2" | |
+ s.add_dependency "rails", "3.1" | |
s.add_dependency "activeadmin" | |
s.add_dependency "haml" | |
-- | |
1.8.5.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment