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' ruby '2.6.1'
gem 'rails' gem 'rails'
gem 'sqlite3'
gem 'pg' gem 'pg'
gem 'puma' gem 'puma'
gem 'sass-rails' gem 'sass-rails'

View File

@ -213,6 +213,7 @@ GEM
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.2)
thor (1.0.1) thor (1.0.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
@ -252,6 +253,7 @@ DEPENDENCIES
sentry-raven sentry-raven
spring spring
spring-watcher-listen spring-watcher-listen
sqlite3
turbolinks turbolinks
tzinfo-data tzinfo-data
webpacker webpacker