Skip to content

Commit

Permalink
Downgrade to Ruby 3.0 due to settingslogic not supporting 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbclark committed Jan 26, 2025
1 parent d496578 commit 9844e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.1.6
ruby 3.0.7
nodejs 16.20.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.6
FROM ruby:3.0.7

RUN curl -sS https://deb.nodesource.com/setup_16.x | bash -
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
Expand Down

0 comments on commit 9844e17

Please sign in to comment.