Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Updated to run on Ruby 1.9.2-p290.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenaas committed Nov 28, 2011
1 parent d27f74e commit 10ade11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rbenv-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.7-p352
1.9.2-p290
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'http://rubygems.org'

gem 'rails', '3.0.10'
gem 'rake', '0.9.2.2'
gem 'rake', '0.8.7'

gem "devise", "~> 1.4"
gem "devise_ldap_authenticatable"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2.2)
rake (0.8.7)
rdoc (3.11)
json (~> 1.4)
rspec (2.6.0)
Expand Down Expand Up @@ -113,6 +113,6 @@ DEPENDENCIES
factory_girl
factory_girl_rails
rails (= 3.0.10)
rake (= 0.9.2.2)
rake (= 0.8.7)
rspec-rails
sqlite3
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
Expand Down Expand Up @@ -60,7 +61,7 @@
t.string "last_sign_in_ip"
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "admin"
t.boolean "admin", :default => false
end

add_index "users", ["email"], :name => "index_users_on_email", :unique => true
Expand Down

0 comments on commit 10ade11

Please sign in to comment.