Skip to content

Commit

Permalink
Merge pull request Multiwoven#199 from Multiwoven/cherry-pick-ce-comm…
Browse files Browse the repository at this point in the history
…it-413db696ebfaee3f3818c5a6dc0128ad58f7aa84-1719015355

chore(CE): update server gem (Multiwoven#227)
  • Loading branch information
karthik-sivadas authored Jun 26, 2024
2 parents 24457f1 + 17cfcb1 commit 3d14cf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ gem "interactor", "~> 3.0"

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

gem "multiwoven-integrations", "~> 0.2.0"
gem "multiwoven-integrations", "~> 0.3.0"

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

gem "data_migrate"
gem "mysql2"
gem "parallel"
gem "pg", "~> 1.1" # PostgreSQL Database
gem "puma", ">= 5.0" # Web server
Expand Down
8 changes: 5 additions & 3 deletions server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.4.1)
multiwoven-integrations (0.2.0)
multiwoven-integrations (0.3.0)
activesupport
async-websocket
aws-sdk-athena
Expand All @@ -1919,6 +1919,7 @@ GEM
stripe
zendesk_api
mutex_m (0.2.0)
mysql2 (0.5.6)
net-http (0.4.1)
uri
net-imap (0.4.9.1)
Expand Down Expand Up @@ -2113,7 +2114,7 @@ GEM
faraday-multipart
gli
hashie
sorbet-runtime (0.5.11435)
sorbet-runtime (0.5.11439)
stringio (3.1.0)
stripe (11.7.0)
strong_migrations (1.8.0)
Expand Down Expand Up @@ -2187,7 +2188,8 @@ DEPENDENCIES
jwt
kaminari
liquid
multiwoven-integrations (~> 0.2.0)
multiwoven-integrations (~> 0.3.0)
mysql2
newrelic_rpm
parallel
pg (~> 1.1)
Expand Down

0 comments on commit 3d14cf5

Please sign in to comment.