Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
2.3.26
2.4.22
2 changes: 1 addition & 1 deletion utils/build/docker/ruby/rails52/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ RUBY VERSION
ruby 2.7.8p225

BUNDLED WITH
2.3.26
2.4.22
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ lang_variant:
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-doctor | bash
rbenv install 3.0.2 --verbose
rbenv global 3.0.2
DD_INSTRUMENT_SERVICE_WITH_APM=false gem install bundler -v '~> 2.3.27'
DD_INSTRUMENT_SERVICE_WITH_APM=false gem update --system 3.4.22
DD_INSTRUMENT_SERVICE_WITH_APM=false gem install bundler -v '~> 2.4.22'

- os_type: linux
os_distro: rpm
Expand All @@ -33,7 +34,8 @@ lang_variant:
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-doctor | bash
rbenv install 3.0.2 --verbose
rbenv global 3.0.2
DD_INSTRUMENT_SERVICE_WITH_APM=false gem install bundler -v '~> 2.3.27'
DD_INSTRUMENT_SERVICE_WITH_APM=false gem update --system 3.4.22
DD_INSTRUMENT_SERVICE_WITH_APM=false gem install bundler -v '~> 2.4.22'


weblog:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN set -ex && \
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN set -ex && \
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN set -ex && \
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1
RUN gem install bundler -v '~> 2.3.26'
RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN set -ex && \
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

# Upgrade RubyGems and Bundler
RUN gem update --system 3.4.1

RUN gem update --system 3.4.22
RUN gem install bundler -v '~> 2.4.22'
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
ENV BUNDLE_SILENCE_ROOT_WARNING 1

Expand Down
Loading