Skip to content

Commit 215d18b

Browse files
authored
Merge pull request #101 from rake-compiler/flavorjones-dep-rake-compiler-1.2.2
dep: update rake-compiler to 1.2.2
2 parents df9272b + 875a469 commit 215d18b

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Dockerfile.jruby

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile.mri.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN /home/rvm/mk_osxcross.sh
114114
##
115115
USER 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
120120
RUN sudo mkdir -p /usr/local/rake-compiler && \
@@ -125,9 +125,9 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
125125
COPY build/patches2 /home/rvm/patches/
126126
RUN 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

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
next / unreleased
2+
------------------
3+
4+
* Update to rake-compiler 1.2.2.
5+
6+
17
1.3.0 / 2022-01-11
28
------------------
39

0 commit comments

Comments
 (0)