Fix alpha sort cop error
This commit is contained in:
@@ -4,6 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ gem "image_processing", "~> 1.2"
|
|||||||
|
|
||||||
gem "brakeman"
|
gem "brakeman"
|
||||||
gem "bundler-audit"
|
gem "bundler-audit"
|
||||||
gem "rubocop-rails"
|
|
||||||
gem "net-smtp"
|
gem "net-smtp"
|
||||||
|
gem "rubocop-rails"
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||||
|
|||||||
Reference in New Issue
Block a user