Skip to content

Commit

Permalink
Merge pull request #13 from lyrasis/update-csv-version
Browse files Browse the repository at this point in the history
Update csv version
  • Loading branch information
kspurgin authored May 13, 2021
2 parents aa5f75b + dcadfdd commit 4e990d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -10,14 +10,15 @@ 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)
tzinfo (~> 2.0)
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)
Expand Down Expand Up @@ -54,6 +55,7 @@ PLATFORMS

DEPENDENCIES
bundler (>= 1.17)
csv (~> 3.0)
facets
kiba-extend!
pry (~> 0.12.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/kiba/extend/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Kiba
module Extend
VERSION = "1.9.0"
VERSION = "1.9.1"
end
end

0 comments on commit 4e990d1

Please sign in to comment.