diff --git a/Gemfile b/Gemfile index b1f418623..40728ccb8 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 e07fc29dd..88fc39b1a 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