This is an automated email from the ASF dual-hosted git repository.

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git


The following commit(s) were added to refs/heads/master by this push:
     new 3db2452  pin activesupport to 6.1.4.4 (#67)
3db2452 is described below

commit 3db2452d2216749ad576d7301664727a0b72e71d
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Mon Jan 24 14:39:12 2022 +0100

    pin activesupport to 6.1.4.4 (#67)
    
    update gem system to 3.2.3
---
 core/ruby2.5Action/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/ruby2.5Action/Dockerfile b/core/ruby2.5Action/Dockerfile
index 6650ddf..0cfff5b 100644
--- a/core/ruby2.5Action/Dockerfile
+++ b/core/ruby2.5Action/Dockerfile
@@ -17,6 +17,7 @@
 FROM ruby:2.5
 
 # install dependencies
+RUN gem update --system 3.2.3
 RUN gem install \
         bundler \
         rubyzip \
@@ -24,7 +25,7 @@ RUN gem install \
         puma \
         rake          `#optional` \
         mechanize     `#optional` \
-        activesupport `#optional` \
+        activesupport:'~>6.1.4.4' \
         jwt           `#optional`
 
 

Reply via email to