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

Commit

Permalink
Updating compatible version for Edge Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Nov 11, 2008
1 parent fb17925 commit a957296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
begin
require 'rails/version'
unless Rails::VERSION::MAJOR >= 2 && Rails::VERSION::MINOR >= 1 && Rails::VERSION::TINY >= 1
raise "This version of the engines plugin requires Rails 2.1.1 or later!"
unless Rails::VERSION::MAJOR >= 2 && Rails::VERSION::MINOR >= 2 && Rails::VERSION::TINY >= 0
raise "This version of the engines plugin requires Rails 2.2.0 or later!"
end
end

Expand Down

0 comments on commit a957296

Please sign in to comment.