Skip to content

Commit

Permalink
tweak gem dependency so that activesupport 2.2.x is used, not 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 24, 2009
1 parent 8ff3758 commit 13bf723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/parkplace
Expand Up @@ -4,8 +4,8 @@ require 'optparse'
$PARKPLACE_ACCESSORIES = true
require 'rubygems'
gem 'mongrel'
gem 'activesupport', '~> 2.2'
gem 'activerecord', '~> 2.2'
gem 'activesupport', '~> 2.2.0'
gem 'activerecord', '~> 2.2.0'
require 'parkplace'

DEFAULT_PASSWORD = 'pass@word1'
Expand Down

0 comments on commit 13bf723

Please sign in to comment.