Skip to content

Commit

Permalink
Merge pull request #145 from Shopify/allen/update_gemfile_with_oci
Browse files Browse the repository at this point in the history
bump up the version to 5.7.0 with OCI library
  • Loading branch information
gooallen committed Oct 22, 2019
2 parents 74ec7f2 + aae00cc commit f709900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
# CHANGELOG
## 5.7.0
- add OCI library as runtime dependency [FEATURE]

## 5.6.0
- add OCI provider [FEATURE]

Expand Down
2 changes: 1 addition & 1 deletion lib/record_store/version.rb
@@ -1,3 +1,3 @@
module RecordStore
VERSION = '5.6.0'.freeze
VERSION = '5.7.0'.freeze
end
2 changes: 1 addition & 1 deletion record_store.gemspec
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'google-cloud-dns'
spec.add_runtime_dependency 'ruby-limiter', '~> 1.0', '>= 1.0.1'
spec.add_runtime_dependency 'ns1'
spec.add_runtime_dependency 'oci', '~> 2.6.0'

spec.add_development_dependency 'byebug'
spec.add_development_dependency 'rake'
Expand All @@ -42,5 +43,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry'
spec.add_development_dependency 'webmock'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'oci'
end

0 comments on commit f709900

Please sign in to comment.