Skip to content

Commit

Permalink
Update dependency to beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jun 22, 2010
1 parent 4221ce9 commit 0d1827a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

desc 'Default: run tests for all supported versions of Rails'
task :default do
%w(2.3.8 3.0.0.beta3).each do |version|
%w(2.3.8 3.0.0.beta4).each do |version|
system("RAILS_VERSION=#{version} rake -s test;")
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/rails3_root/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.0.0.beta3'
gem 'rails', '3.0.0.beta4'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand Down

0 comments on commit 0d1827a

Please sign in to comment.