Skip to content

Commit

Permalink
support the latest rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shime committed May 21, 2012
1 parent f79e4d7 commit 32e356f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions SUPPORTED_RAILS_VERSIONS
Expand Up @@ -10,3 +10,12 @@
3.0.8 3.0.8
3.0.9 3.0.9
3.0.10 3.0.10
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.2.0
3.2.1
3.2.2
3.2.3
2 changes: 1 addition & 1 deletion features/step_definitions/rails_application_steps.rb
Expand Up @@ -53,7 +53,7 @@
end end


When /^I configure my application to require the "capistrano" gem if necessary$/ do When /^I configure my application to require the "capistrano" gem if necessary$/ do
When %{I configure my application to require the "capistrano" gem} if version_string >= "3.1.0" When %{I configure my application to require the "capistrano" gem} if version_string >= "3.0.0"
end end


When /^I configure my application to require the "([^\"]*)" gem(?: with version "(.+)")?$/ do |gem_name, version| When /^I configure my application to require the "([^\"]*)" gem(?: with version "(.+)")?$/ do |gem_name, version|
Expand Down

0 comments on commit 32e356f

Please sign in to comment.