No longer support 3.0.0rc, force rails ~> 3.0.0. Resolves dependency issue where gem was installing activesupport and activemodel 3.0.0rc versions even when 3.0.0 or 3.0.1 were installed
This commit is contained in:
parent
fdb3dc9578
commit
e873a4aea2
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source :gemcutter
|
||||
|
||||
gem "activerecord", "~> 3.0.0rc"
|
||||
gem "activerecord", "~> 3.0.0"
|
||||
|
||||
group :development do
|
||||
gem "jeweler", ">= 1.4.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue