Skip to content

Commit

Permalink
Bump bigdecimal from 3.1.5 to 3.1.6 (#558)
Browse files Browse the repository at this point in the history
* Bump bigdecimal from 3.1.5 to 3.1.6

Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.1.5...v3.1.6)

---
updated-dependencies:
- dependency-name: bigdecimal
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix build with new bigdecimal

* Fix formatting

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vitaliy Serov <[email protected]>
  • Loading branch information
dependabot[bot] and VitaliySerov authored Jan 19, 2024
1 parent f1689c0 commit 80f460b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM ruby:3.3.0-alpine

RUN apk --no-cache add gcc \
make \
musl-dev
COPY . /root/redis-to-telegram
WORKDIR /root/redis-to-telegram
RUN bundle config set without 'development test' && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
childprocess (5.0.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
Expand Down

0 comments on commit 80f460b

Please sign in to comment.