From 0ede074630b787bb42fa8bb95c98db94d4b5f2df Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Thu, 13 May 2021 12:36:14 -0400 Subject: [PATCH 1/2] update csv version --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b6fb6774f..7a90a21b1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem 'facets', require: false - +gem 'csv', '~> 3.0' # Specify your gem's dependencies in kiba-extend.gemspec gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 68df4cfb9..b1646a735 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kiba-extend (1.8.1) + kiba-extend (1.9.0) activesupport kiba (>= 4.0.0) kiba-common (>= 1.5.0) @@ -10,7 +10,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.3.1) + activesupport (6.1.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -18,6 +18,7 @@ GEM zeitwerk (~> 2.3) coderay (1.1.2) concurrent-ruby (1.1.8) + csv (3.1.9) diff-lcs (1.3) facets (3.1.0) i18n (1.8.10) @@ -54,6 +55,7 @@ PLATFORMS DEPENDENCIES bundler (>= 1.17) + csv (~> 3.0) facets kiba-extend! pry (~> 0.12.2) From dcadfdd7fc209f26decde0f081b84e6b987e3674 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Thu, 13 May 2021 12:37:00 -0400 Subject: [PATCH 2/2] bump version --- lib/kiba/extend/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kiba/extend/version.rb b/lib/kiba/extend/version.rb index d9ab9bdb7..61a960bab 100644 --- a/lib/kiba/extend/version.rb +++ b/lib/kiba/extend/version.rb @@ -1,5 +1,5 @@ module Kiba module Extend - VERSION = "1.9.0" + VERSION = "1.9.1" end end