Merge gemfile changes
This commit is contained in:
parent
f5545a54da
commit
f8dd4a777e
1
Gemfile
1
Gemfile
@ -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'
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user