Update rails + docker fixes
This commit is contained in:
parent
0cec39413f
commit
efdd42b492
5 changed files with 111 additions and 94 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue