Skip to content

Commit

Permalink
update country_select and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Nov 28, 2016
1 parent eab5a24 commit b47c6e1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem "cucumber-rails", "~> 1.4.5", require: false
gem "database_cleaner", "~> 1.5.3"
gem "simplecov", "~> 0.12.0", require: false
gem "coveralls", "~> 0.8.15", require: false
gem "coveralls", "~> 0.8.16", require: false
gem "codeclimate-test-reporter", require: nil

# TODO: Update test so rails-controller-testing can be removed
Expand Down
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
bcrypt (~> 3.1.11)
bootstrap-sass (~> 3.3.7)
coffee-rails (~> 4.2.1)
country_select (~> 2.5.2)
country_select (~> 3.0.0)
draper (~> 3.0.0.pre1)
elasticsearch-rails (~> 0.1.9)
enumerize (~> 2.0.1)
Expand Down Expand Up @@ -99,22 +99,23 @@ GEM
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
coffee-script-source (1.11.1)
coffeelint (1.14.0)
coffee-script
execjs
json
concurrent-ruby (1.0.2)
countries (1.2.5)
currencies (~> 0.4.2)
countries (2.0.2)
i18n_data (~> 0.7.0)
country_select (2.5.2)
countries (~> 1.2.0)
money (~> 6.7)
unicode_utils (~> 1.4)
country_select (3.0.0)
countries (~> 2.0)
sort_alphabetical (~> 1.0)
coveralls (0.8.15)
coveralls (0.8.16)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
term-ansicolor (~> 1.3)
term-ansicolor (~> 1.3.0)
thor (~> 0.19.1)
tins (>= 1.6.0, < 2)
cucumber (2.4.0)
Expand All @@ -134,7 +135,6 @@ GEM
nokogiri (~> 1.5)
railties (>= 3, < 5.1)
cucumber-wire (0.0.1)
currencies (0.4.2)
database_cleaner (1.5.3)
diff-lcs (1.2.5)
docile (1.1.5)
Expand Down Expand Up @@ -200,6 +200,9 @@ GEM
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
money (6.7.1)
i18n (>= 0.6.4, <= 0.7.0)
sixarm_ruby_unaccent (>= 1.1.1, < 2)
multi_json (1.12.1)
multi_test (0.1.2)
multi_xml (0.5.5)
Expand Down Expand Up @@ -341,8 +344,9 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sixarm_ruby_unaccent (1.1.1)
slop (3.6.0)
sort_alphabetical (1.0.2)
sort_alphabetical (1.1.0)
unicode_utils (>= 1.2.2)
sparkr (0.4.1)
sprockets (3.7.0)
Expand All @@ -353,15 +357,15 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.12)
term-ansicolor (1.4.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
thor (0.19.1)
thor (0.19.4)
thread (0.2.2)
thread_safe (0.3.5)
tilt (2.0.5)
tins (1.12.0)
tins (1.13.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.3)
Expand All @@ -384,7 +388,7 @@ DEPENDENCIES
capybara (~> 2.10.1)
codeclimate-test-reporter
coffeelint (~> 1.14.0)
coveralls (~> 0.8.15)
coveralls (~> 0.8.16)
cucumber-rails (~> 1.4.5)
database_cleaner (~> 1.5.3)
factory_girl_rails (~> 4.7.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("omniauth-openid", "~> 1.0.1")
spec.add_dependency("omniauth-twitter", "~> 1.2.1")
spec.add_dependency("simple_form", "~> 3.3.1")
spec.add_dependency("country_select", "~> 2.5.2")
spec.add_dependency("country_select", "~> 3.0.0")

spec.add_development_dependency("bundler", "~> 1.13.5")
spec.add_development_dependency("rake", "~> 11.3.0")
Expand Down

0 comments on commit b47c6e1

Please sign in to comment.