1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Depend on latest Rails.

This commit is contained in:
José Valim 2011-08-30 14:33:23 +02:00
parent 4222afe3c7
commit 295088f9e8
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ source "http://rubygems.org"
gemspec
gem "rails", "~> 3.0.7"
gem "rails", "~> 3.1.0.rc8"
gem "oa-oauth", '~> 0.2.0', :require => "omniauth/oauth"
gem "oa-openid", '~> 0.2.0', :require => "omniauth/openid"

View file

@ -29,6 +29,7 @@ module RailsApp
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters << :password
config.assets.enabled = false
config.action_mailer.default_url_options = { :host => "localhost:3000" }