Skip to content

Commit

Permalink
chore(deps): Bump up kramdown-rfc to 1.7.21 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Nov 18, 2024
1 parent f9cf1fe commit 68dd862
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN apt-get update && \
RUN apt-get update && \
apt-get install -y \
software-properties-common \
build-essential \
ruby-dev \
gcc \
wget \
ruby \
Expand Down Expand Up @@ -75,7 +73,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
tar zxf mmark_*.tgz -C /bin/ && \
rm mmark_*.tgz

COPY Gemfile Gemfile.lock LICENSE README.md api.yml constraints.txt package-lock.json package.json requirements.txt docker/version.py .
COPY Gemfile Gemfile.lock LICENSE README.md api.yml constraints.txt package-lock.json package.json requirements.txt docker/version.py ./
COPY at ./at

# Install JavaScript dependencies
Expand All @@ -91,7 +89,6 @@ RUN pip3 install -r requirements.txt -c constraints.txt

# Install Ruby dependencies
RUN gem install bundler && bundle install
RUN apt-get remove -y build-essential ruby-dev

# nginx unprivileged setup
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
Expand Down
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ GEM
certified (1.0.0)
connection_pool (2.4.1)
differ (0.1.2)
json_pure (2.7.2)
json_pure (2.8.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
kramdown-rfc (1.7.19)
kramdown-rfc2629 (= 1.7.19)
kramdown-rfc2629 (1.7.19)
kramdown-rfc (1.7.21)
kramdown-rfc2629 (= 1.7.21)
kramdown-rfc2629 (1.7.21)
base64 (>= 0.1)
certified (~> 1.0)
differ (~> 0.1)
Expand All @@ -23,20 +23,19 @@ GEM
unicode-blocks (~> 1.0)
unicode-name (~> 1.0)
unicode-scripts (~> 1.0)
net-http-persistent (4.0.2)
net-http-persistent (4.0.4)
connection_pool (~> 2.2)
rexml (3.3.6)
strscan
strscan (3.1.0)
unicode-blocks (1.9.0)
unicode-name (1.12.0)
unicode-types (~> 1.9)
unicode-scripts (1.9.0)
unicode-types (1.9.0)
rexml (3.3.9)
unicode-blocks (1.10.0)
unicode-name (1.13.5)
unicode-types (~> 1.10)
unicode-scripts (1.11.0)
unicode-types (1.10.0)

PLATFORMS
arm64-darwin-20
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 68dd862

Please sign in to comment.