Skip to content

Commit

Permalink
Pin dotenv to 2.7.6 for fpm (open-telemetry#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Jul 26, 2022
1 parent a19da64 commit 171966f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions instrumentation/packaging/fpm/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ apt-get update

apt-get install -y ruby ruby-dev rubygems build-essential git rpm sudo curl jq

gem install --no-document dotenv -v 2.7.6
gem install --no-document fpm -v 1.11.0
2 changes: 1 addition & 1 deletion internal/buildscripts/packaging/fpm/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apt-get update

apt-get install -y ruby ruby-dev rubygems build-essential git rpm sudo curl jq

gem install --no-document dotenv -v 2.7.6
gem install --no-document fpm -v 1.11.0

0 comments on commit 171966f

Please sign in to comment.