Skip to content

Instantly share code, notes, and snippets.

@adamphillips
Created March 5, 2014 23:12
Show Gist options
  • Save adamphillips/9378735 to your computer and use it in GitHub Desktop.
Save adamphillips/9378735 to your computer and use it in GitHub Desktop.
From 2441910d94cad6e15b8f859369b8242022d7ca4e Mon Sep 17 00:00:00 2001
From: Adam Phillips <aphillips@scholastic.co.uk>
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