File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
build/patches2/rake-compiler-1.2.2 Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN bash -c " \
3939 rvm all do gem update --system --no-document && \
4040 rvm all do gem update --no-document && \
4141 rvm all do gem install bundler --no-document && \
42- rvm all do gem install --no-document rake-compiler:1.2.1 && \
42+ rvm all do gem install --no-document rake-compiler:1.2.2 && \
4343 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw \
4444 "
4545
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RUN /home/rvm/mk_osxcross.sh
114114##
115115USER rvm
116116
117- RUN bash -c "rvm all do gem install --no-document rake-compiler:1.2.1 "
117+ RUN bash -c "rvm all do gem install --no-document rake-compiler:1.2.2 "
118118
119119# Install rake-compiler's cross rubies in global dir instead of /root
120120RUN sudo mkdir -p /usr/local/rake-compiler && \
@@ -125,9 +125,9 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
125125COPY build/patches2 /home/rvm/patches/
126126RUN bash -c " \
127127 for v in ${RVM_RUBIES} ; do \
128- cd /usr/local/rvm/gems/ruby-\$v/gems/rake-compiler-1.2.1 && \
129- echo applying patches to ruby-\$v /home/rvm/patches/rake-compiler-1.2.1 /*.patch && \
130- ( git apply /home/rvm/patches/rake-compiler-1.2.1 /*.patch || true ) \
128+ cd /usr/local/rvm/gems/ruby-\$v/gems/rake-compiler-1.2.2 && \
129+ echo applying patches to ruby-\$v /home/rvm/patches/rake-compiler-1.2.2 /*.patch && \
130+ ( git apply /home/rvm/patches/rake-compiler-1.2.2 /*.patch || true ) \
131131 done \
132132 "
133133
Original file line number Diff line number Diff line change 1+ next / unreleased
2+ ------------------
3+
4+ * Update to rake-compiler 1.2.2.
5+
6+
171.3.0 / 2022-01-11
28------------------
39
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments