Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update gemlock #204

Merged
merged 3 commits into from Dec 28, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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