mirror of https://github.com/rails/rails
Update vendor version number
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
982d909295
commit
4a644575c8
|
@ -2,9 +2,9 @@
|
|||
require 'rubygems'
|
||||
|
||||
begin
|
||||
gem 'tmail', '~> 1.2.1'
|
||||
gem 'tmail', '~> 1.2.2'
|
||||
rescue Gem::LoadError
|
||||
$:.unshift "#{File.dirname(__FILE__)}/vendor/tmail-1.2.1"
|
||||
$:.unshift "#{File.dirname(__FILE__)}/vendor/tmail-1.2.2"
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue