Skip to content

Commit

Permalink
cirrus: Pin dotenv to semver ~> 2.8, not exact 2.8.1
Browse files Browse the repository at this point in the history
Better to receive future minor/patch updates than pin exact,
considering this dependency used to be totally unbounded ">= 0".

We probably won't remember to update this in the future,
so best to specify a range rather than an exact arbitrary version.
  • Loading branch information
DeeDeeG committed Mar 1, 2024
1 parent ac73b99 commit cc4e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ arm_linux_task:
libasound2-dev
libnss3
xvfb
- gem install dotenv -v 2.8.1
- gem install dotenv -v '~> 2.8'
- gem install fpm
- git submodule init
- git submodule update
Expand Down

0 comments on commit cc4e193

Please sign in to comment.