Skip to content

Commit

Permalink
chore(CE): fix oci8 version (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: afthab vp <[email protected]>
  • Loading branch information
RafaelOAiSquared and afthabvp authored Aug 19, 2024
1 parent 46f1840 commit c01818c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrations/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gem "mysql2"

gem "aws-sdk-sts"

gem "ruby-oci8"
gem "ruby-oci8", "~> 2.2.12"

group :development, :test do
gem "simplecov", require: false
Expand Down
4 changes: 2 additions & 2 deletions integrations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
multiwoven-integrations (0.8.0)
multiwoven-integrations (0.8.1)
activesupport
async-websocket
aws-sdk-athena
Expand Down Expand Up @@ -360,7 +360,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.21)
ruby-limiter
ruby-oci8
ruby-oci8 (~> 2.2.12)
ruby-odbc!
rubyzip
sequel
Expand Down
2 changes: 1 addition & 1 deletion integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Multiwoven
module Integrations
VERSION = "0.8.0"
VERSION = "0.8.1"

ENABLED_SOURCES = %w[
Snowflake
Expand Down

0 comments on commit c01818c

Please sign in to comment.