Run against Rails 3.2.2 with new country_select gem

Ignore other gemfile.*lock files
This commit is contained in:
Carlos Antonio da Silva 2012-03-02 13:39:46 -03:00
parent 10592d36bf
commit b2331a7b4e
2 changed files with 14 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.bundle/
pkg/
rdoc/
gemfiles/*.lock

View File

@ -8,9 +8,9 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
actionpack (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
@ -18,23 +18,23 @@ GEM
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.1)
activesupport (= 3.2.1)
activemodel (3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
activesupport (3.2.1)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
builder (3.0.0)
country_select (0.0.1)
country_select (0.0.2)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.1)
journey (1.0.3)
json (1.6.5)
metaclass (0.0.1)
mocha (0.10.3)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.0.4)
multi_json (1.1.0)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
@ -42,9 +42,9 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
railties (3.2.2)
actionpack (= 3.2.2)
activesupport (= 3.2.2)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)