From e569b6b02ef209721568930ccd82c01b4fea0676 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 26 Jun 2014 11:09:38 -0700 Subject: [PATCH] Updated gemfile to fix failing tests --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 553c377..80512c4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' gemspec gem "sqlite3" -gem "activerecord" +gem "activerecord", ">= 3.1" # gem "activerecord", "~> 3.2.0" # gem "activerecord", "~> 3.1.0" -- libgit2 0.21.0