Skip to content

Commit

Permalink
feat: update decidim-comments v0.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Aug 8, 2023
1 parent 73e7f5f commit ceac57f
Show file tree
Hide file tree
Showing 27 changed files with 326 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.0.6
20 changes: 4 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
FROM node:16.13.0-bullseye-slim as node

FROM ruby:3.0.5-slim-bullseye
FROM ruby:3.0.6-slim-bullseye

RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
libpq-dev \
postgresql-client \
libicu-dev
#RUN apk update \
# && apk add --no-cache --virtual build-dependencies \
# build-base \
# curl-dev \
# git \
# && apk add --no-cache \
# imagemagick \
# postgresql-dev \
# tzdata \
# zip \
# curl \
# gcompat\
# && cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
libicu-dev \
git

ENV YARN_VERSION=v1.22.15

Expand All @@ -38,7 +26,7 @@ ARG RAILS_ENV="production"
ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
BUNDLER_JOBS=4 \
BUNDLER_VERSION=2.2.22 \
BUNDLER_VERSION=2.2.33 \
APP_HOME=/app \
RAILS_ENV=${RAILS_ENV} \
RAILS_LOG_TO_STDOUT=true \
Expand Down
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.27.3"
gem "decidim", "0.27.4"

gem "decidim-comments", path: "decidim-comments"

gem "decidim-decidim_awesome"
#
# gem "decidim-term_customizer", git: "https://github.com/codeforjapan/decidim-module-term_customizer.git", branch: "026-ja"

gem "decidim-term_customizer", git: "https://github.com/codeforjapan/decidim-module-term_customizer.git", branch: "027-ja"

# gem "decidim-polis", git: "https://github.com/takahashim/decidim-polis.git", branch: "update-0-26-5"

Expand Down Expand Up @@ -40,7 +40,7 @@ group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "figaro"

gem "decidim-dev", "0.27.3"
gem "decidim-dev", "0.27.4"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "rspec-rails"
Expand Down
Loading

0 comments on commit ceac57f

Please sign in to comment.