Skip to content

Commit

Permalink
allow activesupport 2.3.5 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed May 25, 2010
1 parent ea625e1 commit 44232be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/rubigen
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2008. All rights reserved.

require "rubygems"
gem 'activesupport', '2.3.5'
gem 'activesupport', '~> 2.3.5'
require File.expand_path(File.dirname(__FILE__) + "/../lib/rubigen")

require "rubigen/cli"
Expand Down
2 changes: 1 addition & 1 deletion lib/rubigen.rb
Expand Up @@ -3,7 +3,7 @@

begin
# if you are using rubygems, fix to 2.3.5
gem 'activesupport', '2.3.5'
gem 'activesupport', '~> 2.3.5'
rescue
end

Expand Down

0 comments on commit 44232be

Please sign in to comment.