From 1f65a9eb20bd343b986f7a027157048730dd5fd9 Mon Sep 17 00:00:00 2001 From: Rhett Sutphin Date: Wed, 30 May 2012 16:15:14 -0500 Subject: [PATCH] Use older rubycas-server. #17. While the upstream merge and April 12 changes in the current master were intended to make the test CAS server work with Rails 3.1+, they actually break Aker's integrated tests on all ruby and activesupport versions. --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3f03df8..52ba2f8 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,8 @@ group :development do # although we use activerecord directly, declaring it here without a # version causes one form of infinite resolving in bundler. # gem 'activerecord' - gem 'rubycas-server', :require => 'casserver', :git => 'git://github.com/NUBIC/rubycas-server.git' + gem 'rubycas-server', :require => 'casserver', + :git => 'git://github.com/NUBIC/rubycas-server.git', :ref => 'cedf6cd' gem 'sinatra', '~> 1.2.0', :require => false platforms :jruby do gem 'jdbc-sqlite3'