Skip to content

Commit 7a24a93

Browse files
committed
Update Rubygems before installing Rails
ruby/psych#607
1 parent c69fee5 commit 7a24a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rails-app:
1717
FROM +ruby
1818

1919
ARG RAILS_VERSION="~>7.0"
20+
RUN gem update --system
2021
RUN gem install rails --version "$RAILS_VERSION"
2122

2223
WORKDIR /usr/src

0 commit comments

Comments
 (0)