Skip to content

Commit

Permalink
fix ruby/compass install, and devcontainer/docker/ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
erosson committed Aug 27, 2024
1 parent cd91421 commit d18d2e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/setup/rvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ source $(rvm $RUBY_VERSION do rvm env --path)
rvm alias delete default
rvm alias create default $RUBY_VERSION

# compass tries to install ffi 1.17.0 by default (as of 2024/08/27), but that fails because we're pinned to such old versions of everything.
# manually installing 1.16.0 seems to work.
gem install ffi -v 1.16.0
gem install compass

ruby --version
Expand Down

0 comments on commit d18d2e1

Please sign in to comment.