From da48e10eb24c19950c8fbfdccded4aad62d597ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 27 Dec 2012 13:52:39 -0300 Subject: [PATCH] Use the released version of country_select --- Gemfile | 2 +- Gemfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index b1f41862..40728ccb 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source :rubygems gemspec -gem 'country_select', github: 'stefanpenner/country_select', branch: 'master' +gem 'country_select', '~> 1.1.1' gem 'railties', '>= 4.0.0.beta', '< 4.1', github: 'rails/rails', branch: 'master' gem 'activemodel', '>= 4.0.0.beta', '< 4.1', github: 'rails/rails', branch: 'master' gem 'actionpack', '>= 4.0.0.beta', '< 4.1', github: 'rails/rails', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index e07fc29d..88fc39b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,13 +25,6 @@ GIT rdoc (~> 3.4) thor (>= 0.15.4, < 2.0) -GIT - remote: git://github.com/stefanpenner/country_select.git - revision: 71982f948d2109b3ede73ce15be6ec3697ea9ca2 - branch: master - specs: - country_select (1.0.1) - PATH remote: . specs: @@ -44,6 +37,7 @@ GEM specs: atomic (1.0.1) builder (3.1.4) + country_select (1.1.1) erubis (2.7.0) i18n (0.6.1) json (1.7.5) @@ -69,7 +63,7 @@ PLATFORMS DEPENDENCIES actionpack (>= 4.0.0.beta, < 4.1)! activemodel (>= 4.0.0.beta, < 4.1)! - country_select! + country_select (~> 1.1.1) mocha railties (>= 4.0.0.beta, < 4.1)! rake