get up and runnig
This commit is contained in:
parent
c44472c0d0
commit
208b3b44cb
3
Gemfile
3
Gemfile
@ -6,6 +6,9 @@ gemspec
|
|||||||
|
|
||||||
gem "rails"
|
gem "rails"
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
gem "puma" , "5.6.5"
|
||||||
|
|
||||||
|
gem "sqlite3"
|
||||||
|
|
||||||
# Start debugger with binding.b [https://github.com/ruby/debug]
|
# Start debugger with binding.b [https://github.com/ruby/debug]
|
||||||
# gem "debug", ">= 1.0.0"
|
# gem "debug", ">= 1.0.0"
|
||||||
|
@ -125,6 +125,8 @@ GEM
|
|||||||
paggio (0.3.0)
|
paggio (0.3.0)
|
||||||
parser (3.2.0.0)
|
parser (3.2.0.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
|
puma (5.6.5)
|
||||||
|
nio4r (~> 2.0)
|
||||||
racc (1.6.2)
|
racc (1.6.2)
|
||||||
rack (2.2.6.2)
|
rack (2.2.6.2)
|
||||||
rack-test (2.0.2)
|
rack-test (2.0.2)
|
||||||
@ -163,6 +165,7 @@ GEM
|
|||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
|
sqlite3 (1.6.0-x86_64-linux)
|
||||||
thor (1.2.1)
|
thor (1.2.1)
|
||||||
tilt (2.0.11)
|
tilt (2.0.11)
|
||||||
timeout (0.3.1)
|
timeout (0.3.1)
|
||||||
@ -177,8 +180,10 @@ PLATFORMS
|
|||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
puma (= 5.6.5)
|
||||||
rails
|
rails
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
|
sqlite3
|
||||||
vue_r!
|
vue_r!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
Loading…
Reference in New Issue
Block a user