Skip to content

Commit

Permalink
chore(CE): Update server gem 0.16.1 (#550)
Browse files Browse the repository at this point in the history
Co-authored-by: TivonB-AI2 <[email protected]>
  • Loading branch information
github-actions[bot] and TivonB-AI2 authored Dec 27, 2024
1 parent f30b2c3 commit fcb9004
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "interactor", "~> 3.0"

gem "ruby-odbc", git: "https://github.com/Multiwoven/ruby-odbc.git"

gem "multiwoven-integrations", "~> 0.15.10"
gem "multiwoven-integrations", "~> 0.16.1"

gem "temporal-ruby", github: "coinbase/temporal-ruby"

Expand Down
40 changes: 21 additions & 19 deletions server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ GEM
crass (1.0.6)
css_parser (1.17.1)
addressable
csv (3.3.0)
csv (3.3.1)
data_migrate (9.4.0)
activerecord (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -1759,18 +1759,19 @@ GEM
railties (>= 5.0.0)
faker (3.2.3)
i18n (>= 1.8.11, < 2)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-mashify (0.1.1)
faraday (~> 2.0)
hashie
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.3.0)
net-http
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0-aarch64-linux-gnu)
Expand Down Expand Up @@ -1810,14 +1811,14 @@ GEM
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
google-apis-sheets_v4 (0.38.0)
google-apis-sheets_v4 (0.39.0)
google-apis-core (>= 0.15.0, < 2.a)
google-cloud-ai_platform-v1 (0.60.0)
gapic-common (>= 0.21.1, < 2.a)
google-cloud-errors (~> 1.0)
google-cloud-location (>= 0.7, < 2.a)
google-iam-v1 (>= 0.7, < 2.a)
google-cloud-bigquery (1.51.0)
google-cloud-bigquery (1.51.1)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.71)
Expand Down Expand Up @@ -1849,7 +1850,7 @@ GEM
grpc (~> 1.41)
googleapis-common-protos-types (1.11.0)
google-protobuf (~> 3.18)
googleauth (1.12.0)
googleauth (1.12.2)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
Expand Down Expand Up @@ -1889,7 +1890,7 @@ GEM
interactor (3.1.2)
io-console (0.7.1)
io-endpoint (0.14.0)
io-event (1.7.4)
io-event (1.7.5)
io-stream (0.6.1)
irb (1.11.1)
rdoc
Expand Down Expand Up @@ -1924,7 +1925,7 @@ GEM
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
liquid (5.4.0)
logger (1.6.2)
logger (1.6.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -1940,7 +1941,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.4.1)
multiwoven-integrations (0.15.10)
multiwoven-integrations (0.16.1)
MailchimpMarketing
activesupport
async-websocket
Expand Down Expand Up @@ -2096,8 +2097,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
restforce (7.5.0)
faraday (>= 1.1.0, < 2.12.0)
restforce (8.0.0)
faraday (>= 1.1.0, < 3.0.0)
faraday-follow_redirects (<= 0.3.0, < 1.0.0)
faraday-multipart (>= 1.0.0, < 2.0.0)
faraday-net_http (< 4.0.0)
Expand Down Expand Up @@ -2171,15 +2172,16 @@ GEM
faraday-multipart
gli
hashie
sorbet-runtime (0.5.11690)
sorbet-runtime (0.5.11707)
stringio (3.1.0)
stripe (13.2.0)
stripe (13.3.0)
strong_migrations (1.8.0)
activerecord (>= 5.2)
thor (1.3.0)
timecop (0.9.8)
timeout (0.4.1)
tiny_tds (2.1.7)
tiny_tds (3.0.0)
bigdecimal (~> 3)
traces (0.14.1)
trailblazer-option (0.1.2)
typhoeus (1.4.1)
Expand Down Expand Up @@ -2247,7 +2249,7 @@ DEPENDENCIES
jwt
kaminari
liquid
multiwoven-integrations (~> 0.15.10)
multiwoven-integrations (~> 0.16.1)
mysql2
newrelic_rpm
parallel
Expand Down

0 comments on commit fcb9004

Please sign in to comment.