Skip to content

Commit

Permalink
fix(CE): mailchimp dependency build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
afthabvp authored and xyfer17 committed Nov 19, 2024
1 parent 6ecba38 commit ba6d8df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.12.0)
multiwoven-integrations (0.13.1)
activesupport
async-websocket
aws-sdk-athena
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.13.0"
VERSION = "0.13.1"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
2 changes: 1 addition & 1 deletion integrations/multiwoven-integrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "grpc"
spec.add_runtime_dependency "hubspot-api-client"
spec.add_runtime_dependency "iterable-api-client"
spec.add_runtime_dependency "MailchimpMarketing"
spec.add_runtime_dependency "net-sftp"
spec.add_runtime_dependency "pg"
spec.add_runtime_dependency "rake"
Expand All @@ -67,7 +68,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "zendesk_api"

spec.add_development_dependency "byebug"
spec.add_development_dependency "MailchimpMarketing"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rubocop"
spec.add_development_dependency "simplecov"
Expand Down

0 comments on commit ba6d8df

Please sign in to comment.