Skip to content

Commit

Permalink
Use older rubycas-server. #17.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rsutphin committed May 30, 2012
1 parent 19356e2 commit 1f65a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -51,7 +51,8 @@ group :development do
# although we use activerecord directly, declaring it here without a # although we use activerecord directly, declaring it here without a
# version causes one form of infinite resolving in bundler. # version causes one form of infinite resolving in bundler.
# gem 'activerecord' # 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 gem 'sinatra', '~> 1.2.0', :require => false
platforms :jruby do platforms :jruby do
gem 'jdbc-sqlite3' gem 'jdbc-sqlite3'
Expand Down

0 comments on commit 1f65a9e

Please sign in to comment.