Skip to content

Commit

Permalink
man: upgrade ronn-ng to 0.10.1.pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Mar 2, 2023
1 parent 9da9e32 commit c1adf14
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ task:
brew install ruby@3.0
export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/3.0.0/bin:$PATH"
- | # Install Ruby gems
sudo gem install ronn-ng -v 0.10.1.pre1
sudo gem install ronn-ng -v 0.10.1.pre3
sudo gem install test-unit --no-document
- | # Install JavaScript packages
npm install dredd --global
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
# Install Ruby gems
export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/3.0.0/bin:$PATH"
gem install ronn-ng -v 0.10.1.pre1
gem install ronn-ng -v 0.10.1.pre3
gem install test-unit --no-document
# Install Python packages
pip2 install cheetah # Required by kdb-gen
Expand Down
1 change: 1 addition & 0 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- Added links to the website & webui after further reading. _(Philipp Nirnberger @nirnberger)_
- <<TODO>>
- Upgrade `ronn-ng` to 0.10.1.pre3. _(Mihael Pranjić @mpranj)_

## Tests

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ USER ${JENKINS_USERID}

# Ronn-NG
ENV PATH="$PATH:/home/jenkins/.local/share/gem/ruby/3.0.0/bin"
RUN gem install ronn-ng -v 0.10.1.pre1 && ronn --version
RUN gem install ronn-ng -v 0.10.1.pre3 && ronn --version
2 changes: 1 addition & 1 deletion scripts/docker/cirrus/arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ USER ${ELEKTRA_USER}

# Ronn-NG
ENV PATH="$PATH:/home/${ELEKTRA_USER}/.local/share/gem/ruby/3.0.0/bin"
RUN gem install ronn-ng -v 0.10.1.pre1 && ronn --version
RUN gem install ronn-ng -v 0.10.1.pre3 && ronn --version
2 changes: 1 addition & 1 deletion scripts/docker/debian/bullseye/doc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ USER ${JENKINS_USERID}

# Ronn-NG
ENV PATH="$PATH:/home/jenkins/.local/share/gem/ruby/2.7.0/bin"
RUN gem install --user-install ronn-ng -v 0.10.1.pre1 && ronn --version
RUN gem install --user-install ronn-ng -v 0.10.1.pre3 && ronn --version
2 changes: 1 addition & 1 deletion scripts/docker/debian/sid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ RUN mkdir -p "${SHFMT_PATH}" \

# Ronn-NG
ENV PATH="$PATH:/home/jenkins/.local/share/gem/ruby/3.1.0/bin"
RUN gem install --user-install ronn-ng -v 0.10.1.pre1 && ronn --version
RUN gem install --user-install ronn-ng -v 0.10.1.pre3 && ronn --version
2 changes: 1 addition & 1 deletion scripts/docker/legacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get -qq update && apt-get -qq -y install \
checkinstall \
valgrind \
python3-pip \
&& gem install ronn-ng -v 0.10.1.pre1 \
&& gem install ronn-ng -v 0.10.1.pre3 \
&& rm -rf /var/lib/apt/lists/*

# Build dependency for libelektra-fuse
Expand Down

0 comments on commit c1adf14

Please sign in to comment.