Skip to content

Commit

Permalink
Resolve conflict in cherry-pick of 27c4c0e45853349f46179435d764cbd794…
Browse files Browse the repository at this point in the history
…2e44d1 and change the commit message
  • Loading branch information
afthabvp authored and RafaelOAiSquared committed Aug 15, 2024
1 parent 13c17f9 commit c4a51f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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
6 changes: 5 additions & 1 deletion integrations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ GIT
PATH
remote: .
specs:
<<<<<<< HEAD
multiwoven-integrations (0.7.9)
=======
multiwoven-integrations (0.8.1)
>>>>>>> 27c4c0e4 (chore(CE): fix oci8 version (#375))
activesupport
async-websocket
aws-sdk-athena
Expand Down Expand Up @@ -360,7 +364,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.21)
ruby-limiter
ruby-oci8
ruby-oci8 (~> 2.2.12)
ruby-odbc!
rubyzip
sequel
Expand Down
4 changes: 4 additions & 0 deletions integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

module Multiwoven
module Integrations
<<<<<<< HEAD
VERSION = "0.7.9"
=======
VERSION = "0.8.1"
>>>>>>> 27c4c0e4 (chore(CE): fix oci8 version (#375))

ENABLED_SOURCES = %w[
Snowflake
Expand Down

0 comments on commit c4a51f3

Please sign in to comment.