Skip to content

Commit

Permalink
Merge pull request #204 from tj-actions/chore/update-gemlock
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2022
2 parents 3c2f87e + 80e1195 commit 178d20d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:3.0.3-alpine3.13
FROM ruby:3.2.0-alpine3.17

LABEL maintainer="Tonye Jack <jtonye@ymail.com>"

Expand All @@ -9,7 +9,7 @@ COPY Gemfile* ./
RUN apk add --no-cache \
--virtual .gem-installdeps \
build-base \
&& gem install bundler --version 2.3.9 \
&& gem install bundler --version 2.4.1 \
&& bundle config set --local system 'true' \
&& bundle install \
&& gem uninstall bundler \
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
async (2.3.0)
async (2.3.1)
console (~> 1.10)
io-event (~> 1.1)
timers (~> 4.1)
Expand All @@ -23,7 +23,7 @@ GEM
async-http-faraday (0.11.0)
async-http (~> 0.42)
faraday
async-io (1.34.0)
async-io (1.34.1)
async
async-pool (0.3.12)
async (>= 1.25)
Expand Down Expand Up @@ -74,11 +74,10 @@ GEM
concurrent-ruby (~> 1.0)

PLATFORMS
universal-darwin-21
x86_64-linux
arm64-darwin-21

DEPENDENCIES
github_changelog_generator (= 1.16.4)!

BUNDLED WITH
2.3.9
2.4.1

0 comments on commit 178d20d

Please sign in to comment.