Skip to content

Commit

Permalink
change Gemfile source to 'https://rubygems.org'
Browse files Browse the repository at this point in the history
  • Loading branch information
jm81 committed Mar 9, 2013
1 parent 113101d commit ce1e77c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gemspec

Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -8,8 +8,8 @@ dm-devise is intended for use with Rails >= 3.2 and devise >= 2.1.
This README only covers dm-devise specifics. Make sure to read the devise
README http://github.com/plataformatec/devise/blob/master/README.rdoc

Last tested against devise master: 2013-01-11, commit 872ef2b97fdb2efc072559db56daf15943f32eec
Last tested against devise release 2.2.1
Last tested against devise master: 2013-03-07, commit d90e36563655eff55ff0e88ed45e3b9571bfc06d
Last tested against devise release 2.2.3

== Installation

Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -11,7 +11,7 @@
require "orm/#{DEVISE_ORM}"

I18n.load_path << "#{DEVISE_PATH}/test/support/locale/en.yml"
require 'mocha'
require 'mocha/setup'

require 'webrat'
Webrat.configure do |config|
Expand Down

0 comments on commit ce1e77c

Please sign in to comment.