Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
add 2.0.0 to rails support version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Oct 3, 2013
1 parent 27db74c commit 530c894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test-rails3.sh
@@ -1,7 +1,7 @@
. ./test-lib.sh
RAILS_VERSION=${RAILS_VERSION-3.0.0}
case $RUBY_VERSION in
1.8.7|1.9.2) ;;
1.8.7|1.9.2|2.0.0) ;;
*)
t_info "RUBY_VERSION=$RUBY_VERSION unsupported for Rails 3"
exit 0
Expand Down

0 comments on commit 530c894

Please sign in to comment.