Skip to content

Commit

Permalink
add rails 4.0 to runspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed May 3, 2013
1 parent 06256c7 commit 69be2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runspecs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'shellwords'
require 'tempfile'

RUBY_VERSIONS = %W[1.9.2 1.9.3]
RAILS_VERSIONS = %W[3.2]
RAILS_VERSIONS = %W[3.2 4.0]
DB_ADAPTERS = %W[postgresql mysql mysql2 sqlite3]

o = OpenStruct.new
Expand Down

0 comments on commit 69be2a0

Please sign in to comment.