Merge gemfile changes

This commit is contained in:
karemarsy
2020-04-14 11:28:44 +02:00
parent f5545a54da
commit f8dd4a777e
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.1'
gem 'rails'
gem 'sqlite3'
gem 'pg'
gem 'puma'
gem 'sass-rails'