Skip to content

Commit

Permalink
More places to bump rack-test version [#3250 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Peek <josh@joshpeek.com>
  • Loading branch information
Mike Gunderloy authored and josh committed Sep 23, 2009
1 parent a9c8995 commit 3600c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/geminstaller.yml
Expand Up @@ -16,7 +16,7 @@ gems:
- name: rack
version: '~> 1.0.0'
- name: rack-test
version: >= 0.4.2
version: >= 0.5.0
- name: rake
version: >= 0.8.1
- name: sqlite-ruby
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/test_help.rb
Expand Up @@ -4,7 +4,7 @@

require 'rubygems'
gem "rack", "~> 1.0.0"
gem "rack-test", "~> 0.4.2"
gem "rack-test", "~> 0.5.0"

require 'test/unit'
require 'active_support/core_ext/kernel/requires'
Expand Down
2 changes: 1 addition & 1 deletion railties/test/abstract_unit.rb
Expand Up @@ -2,7 +2,7 @@

require 'rubygems'
gem 'rack', '~> 1.0.0'
gem 'rack-test', '~> 0.4.2'
gem 'rack-test', '~> 0.5.0'

$:.unshift File.dirname(__FILE__) + "/../../activesupport/lib"
$:.unshift File.dirname(__FILE__) + "/../../activerecord/lib"
Expand Down

0 comments on commit 3600c38

Please sign in to comment.