Skip to content

Commit 256c167

Browse files
committed
remove libgmp-dev
pin bigdecimal ~>3
1 parent e583b16 commit 256c167

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/github-actions/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ else
9393
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-org-8.0-archive-keyring.gpg] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
9494

9595
sudo apt-get update
96-
sudo apt-get install -y pv tree mongodb-org libqdbm14 libxml2-dev libgmp-dev
96+
sudo apt-get install -y pv tree mongodb-org libqdbm14 libxml2-dev
9797
# explicitly install. the latest version of redis-server
9898
#wget https://download.redis.io/releases/redis-6.0.9.tar.gz
9999
#tar xzf redis-6.0.9.tar.gz && cd redis-6.0.9

server/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ruby '~>3.2.0'
88

99
gem 'concurrent-ruby', '1.3.4' #https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror rails 7.1 fixes
1010
gem 'rails', '~> 7.1'
11+
gem 'bigdecimal', '~> 3'
1112
#gem 'webrick', '= 1.8.2' #removed bc of comflicts with Rails 7.1+
1213
gem 'puma', '~> 6.6'
1314

0 commit comments

Comments
 (0)