Skip to content

Commit

Permalink
clean dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hooopo committed Aug 14, 2017
1 parent 50d902b commit 4d3a05b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in kiba-plus.gemspec
gemspec
gem 'pg'
gem 'mysql2'
2 changes: 0 additions & 2 deletions kiba-plus.gemspec
Expand Up @@ -28,8 +28,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "kiba", "~> 0.6"
spec.add_runtime_dependency "mysql2", "~> 0.4"
spec.add_runtime_dependency "pg", "~> 0.18"

spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/kiba/plus/version.rb
@@ -1,5 +1,5 @@
module Kiba
module Plus
VERSION = "0.1.7"
VERSION = "0.1.8"
end
end

0 comments on commit 4d3a05b

Please sign in to comment.