Update `country_select` dependency on `5-0-stable` Gemfile.

This commit is contained in:
Lucas Mazza 2016-08-12 17:02:06 -03:00
parent 1c575cda75
commit 23728c765e
No known key found for this signature in database
GPG Key ID: C009F9A6BE4A44CB
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ platforms :rbx do
gem 'rubinius-developer_tools'
end
gem 'country_select', '~> 1.1.1'
gem 'country_select', '~> 2.5.2'
gem 'railties', github: 'rails/rails', branch: '5-0-stable'
gem 'activemodel', github: 'rails/rails', branch: '5-0-stable'
gem 'actionpack', github: 'rails/rails', branch: '5-0-stable'