Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScotterC committed Apr 26, 2023
1 parent d148c96 commit d2ee233
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
pinecone (0.1.4)
pinecone (0.1.5)
dry-struct (~> 1.5.0)
dry-validation
dry-validation (~> 1.9.0)
httparty (~> 0.21.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/pinecone/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pinecone
VERSION = "0.1.4".freeze
VERSION = "0.1.5".freeze
end
4 changes: 2 additions & 2 deletions pinecone.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |s|

s.add_dependency "httparty", "~> 0.21.0"
s.add_dependency "dry-struct", "~> 1.5.0"
s.add_dependency "dry-validation"

s.add_dependency "dry-validation", "~> 1.9.0"
s.add_development_dependency "dotenv", "~> 2.8"
s.add_development_dependency "awesome_print", '~> 1.9'
s.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit d2ee233

Please sign in to comment.