Skip to content

Commit

Permalink
Use latest countries 2.0.0.pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed Mar 4, 2016
1 parent 603bc71 commit e327238
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -26,7 +26,7 @@ GEM
multi_json (~> 1.0)
builder (3.0.4)
coderay (1.1.0)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down
2 changes: 1 addition & 1 deletion country_select.gemspec
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'wwtd'

s.add_dependency 'countries', '2.0.0.pre'
s.add_dependency 'countries', '2.0.0.pre.2'
s.add_dependency 'sort_alphabetical', '~> 1.0'
end
6 changes: 3 additions & 3 deletions gemfiles/actionpack.edge.gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: c577657f6de64b743b12a21108dc9cc5cfc35098
revision: d6d98680120a049f2a7226214a40fa7ecdd178be
specs:
actionpack (5.0.0.beta3)
actionview (= 5.0.0.beta3)
Expand All @@ -25,7 +25,7 @@ PATH
remote: ../
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -34,7 +34,7 @@ GEM
builder (3.2.2)
coderay (1.1.1)
concurrent-ruby (1.0.1)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack3.2.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -26,7 +26,7 @@ GEM
multi_json (~> 1.0)
builder (3.0.4)
coderay (1.1.1)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack4.0.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -22,7 +22,7 @@ GEM
tzinfo (~> 0.3.37)
builder (3.1.4)
coderay (1.1.1)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack4.1.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -25,7 +25,7 @@ GEM
tzinfo (~> 1.1)
builder (3.2.2)
coderay (1.1.1)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack4.2.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -29,7 +29,7 @@ GEM
tzinfo (~> 1.1)
builder (3.2.2)
coderay (1.1.1)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack5.0.beta.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../
specs:
country_select (2.5.2)
countries (= 2.0.0.pre)
countries (= 2.0.0.pre.2)
sort_alphabetical (~> 1.0)

GEM
Expand All @@ -29,7 +29,7 @@ GEM
builder (3.2.2)
coderay (1.1.1)
concurrent-ruby (1.0.1)
countries (2.0.0.pre)
countries (2.0.0.pre.2)
i18n_data (~> 0.7.0)
money (~> 6.0)
diff-lcs (1.2.5)
Expand Down

0 comments on commit e327238

Please sign in to comment.