Skip to content

Commit

Permalink
fix: pin activesupport to version 7.0.8 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored Oct 5, 2023
1 parent 07d6a7c commit 4d7e3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/modules/daily_snapshot/service/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ apt-get -qqq --yes -o DPkg::Lock::Timeout=90 update
apt-get -qqq --yes -o DPkg::Lock::Timeout=90 install -y ruby ruby-dev anacron awscli

# Install the gems
gem install docker-api slack-ruby-client activesupport
gem install docker-api slack-ruby-client
gem install activesupport -v 7.0.8

# 1. Configure aws
# 2. Create forest_db directory
Expand Down

0 comments on commit 4d7e3b4

Please sign in to comment.