Skip to content

Commit

Permalink
Bump the gem version for mimemagic
Browse files Browse the repository at this point in the history
This is a sub-dependency of the activestorage gem and the `0.3.6` version
was yanked from rubygems, so we've updated this to `0.3.7`.
  • Loading branch information
micahlee committed Mar 25, 2021
1 parent 4c9e329 commit c2ce98a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -17,6 +17,7 @@ RUN apt-get install -y build-essential \
git \
ldap-utils \
tzdata \
shared-mime-info \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt/conjur-server
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ubi
Expand Up @@ -23,6 +23,7 @@ RUN INSTALL_PKGS="gcc \
glibc-devel \
libxml2-devel \
libxslt-devel \
shared-mime-info \
make \
openldap-clients \
redhat-rpm-config \
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Expand Up @@ -240,7 +240,8 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.6)
mimemagic (0.3.8)
nokogiri (~> 1)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.4)
Expand All @@ -250,10 +251,10 @@ GEM
net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.5.5)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
nokogiri (1.11.2-x86_64-darwin)
racc (~> 1.4)
openid_connect (1.2.0)
activemodel
Expand Down

0 comments on commit c2ce98a

Please sign in to comment.