Skip to content

Commit

Permalink
chore(CE): update server gem (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: TivonB-AI2 <[email protected]>
  • Loading branch information
RafaelOAiSquared and TivonB-AI2 authored Aug 19, 2024
1 parent 5539104 commit 85c6ce3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.7.1"
gem "multiwoven-integrations", "~> 0.8.1"

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

Expand Down
26 changes: 13 additions & 13 deletions server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ GEM
appsignal (3.7.5)
rack
ast (2.4.2)
async (2.14.2)
console (~> 1.25, >= 1.25.2)
async (2.15.3)
console (~> 1.26)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
async-http (0.69.0)
Expand All @@ -121,7 +121,7 @@ GEM
protocol-http1 (~> 0.19)
protocol-http2 (~> 0.18)
traces (>= 0.10)
async-pool (0.7.0)
async-pool (0.8.0)
async (>= 1.25)
async-websocket (0.28.0)
async-http (~> 0.54)
Expand Down Expand Up @@ -1769,7 +1769,7 @@ GEM
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.2)
fiber-storage (1.0.0)
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
Expand All @@ -1781,7 +1781,7 @@ GEM
gli (2.21.5)
globalid (1.2.1)
activesupport (>= 6.1)
google-apis-bigquery_v2 (0.73.0)
google-apis-bigquery_v2 (0.75.0)
google-apis-core (>= 0.15.0, < 2.a)
google-apis-core (0.15.1)
addressable (~> 2.5, >= 2.5.1)
Expand All @@ -1791,7 +1791,7 @@ GEM
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
google-apis-sheets_v4 (0.33.0)
google-apis-sheets_v4 (0.34.0)
google-apis-core (>= 0.15.0, < 2.a)
google-cloud-bigquery (1.50.0)
bigdecimal (~> 3.0)
Expand All @@ -1801,7 +1801,7 @@ GEM
google-cloud-core (~> 1.6)
googleauth (~> 1.9)
mini_mime (~> 1.0)
google-cloud-core (1.7.0)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (2.1.1)
Expand Down Expand Up @@ -1898,7 +1898,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.4.1)
multiwoven-integrations (0.7.1)
multiwoven-integrations (0.8.1)
activesupport
async-websocket
aws-sdk-athena
Expand Down Expand Up @@ -2096,11 +2096,11 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-limiter (2.3.0)
ruby-oci8 (2.2.12)
ruby-oci8 (2.2.14)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sequel (5.83.0)
sequel (5.83.1)
bigdecimal
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
Expand All @@ -2123,9 +2123,9 @@ GEM
faraday-multipart
gli
hashie
sorbet-runtime (0.5.11504)
sorbet-runtime (0.5.11518)
stringio (3.1.0)
stripe (12.4.0)
stripe (12.5.0)
strong_migrations (1.8.0)
activerecord (>= 5.2)
thor (1.3.0)
Expand Down Expand Up @@ -2197,7 +2197,7 @@ DEPENDENCIES
jwt
kaminari
liquid
multiwoven-integrations (~> 0.7.1)
multiwoven-integrations (~> 0.8.1)
mysql2
newrelic_rpm
parallel
Expand Down

0 comments on commit 85c6ce3

Please sign in to comment.