Compare commits

...

2 Commits

Author SHA1 Message Date
bd5082ff3f feat: update gem file 2024-05-12 21:29:15 +03:30
3f45cec5bb fix: revert docker file change 2024-05-12 21:24:25 +03:30
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ WORKDIR /app
EXPOSE 3000
COPY Gemfile* package.json yarn.lock /app/ /config/
COPY Gemfile* package.json yarn.lock /app/
RUN gem install bundler -v 2.1.4 && \
bundle install --jobs 20

View File

@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
gem 'rails_12factor', group: :production
gem 'psych', '< 4'
gem 'rack-cors'
group :development, :test do