From c01818cdafadba9eff50983868128aa827253304 Mon Sep 17 00:00:00 2001 From: "Rafael E. O'Neill" <106079170+RafaelOAiSquared@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:13:14 -0400 Subject: [PATCH] chore(CE): fix oci8 version (#313) Co-authored-by: afthab vp --- integrations/Gemfile | 2 +- integrations/Gemfile.lock | 4 ++-- integrations/lib/multiwoven/integrations/rollout.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integrations/Gemfile b/integrations/Gemfile index 1b82fbae..757d6502 100644 --- a/integrations/Gemfile +++ b/integrations/Gemfile @@ -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 diff --git a/integrations/Gemfile.lock b/integrations/Gemfile.lock index ced201cb..eaf02de0 100644 --- a/integrations/Gemfile.lock +++ b/integrations/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - multiwoven-integrations (0.8.0) + multiwoven-integrations (0.8.1) activesupport async-websocket aws-sdk-athena @@ -360,7 +360,7 @@ DEPENDENCIES rspec (~> 3.0) rubocop (~> 1.21) ruby-limiter - ruby-oci8 + ruby-oci8 (~> 2.2.12) ruby-odbc! rubyzip sequel diff --git a/integrations/lib/multiwoven/integrations/rollout.rb b/integrations/lib/multiwoven/integrations/rollout.rb index 769c6986..7c91233c 100644 --- a/integrations/lib/multiwoven/integrations/rollout.rb +++ b/integrations/lib/multiwoven/integrations/rollout.rb @@ -2,7 +2,7 @@ module Multiwoven module Integrations - VERSION = "0.8.0" + VERSION = "0.8.1" ENABLED_SOURCES = %w[ Snowflake