Update rails + docker fixes

This commit is contained in:
Stanislav Kolotinskiy 2023-10-02 22:08:34 +03:00
parent 0cec39413f
commit efdd42b492
5 changed files with 111 additions and 94 deletions

View file

@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.7.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.3'
gem 'rails', '~> 6.1.7.6'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server