Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Update dependency ruby to v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 23, 2022
1 parent 5f625f9 commit 5d2e003
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
2.7.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.2-slim-buster
FROM ruby:2.7.6-slim-buster

WORKDIR /usr/src/app
COPY Gemfile /usr/src/app/Gemfile
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
ruby '2.7.2'
ruby '2.7.6'

gem "gemoji", "~> 3.0"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEPENDENCIES
gemoji (~> 3.0)

RUBY VERSION
ruby 2.7.2p137
ruby 2.7.6p219

BUNDLED WITH
2.1.4

0 comments on commit 5d2e003

Please sign in to comment.