commit
f63d076b60
2 changed files with 16 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,3 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'rack'
|
||||
|
||||
gem 'puma'
|
||||
|
|
15
Gemfile.lock
Normal file
15
Gemfile.lock
Normal file
|
@ -0,0 +1,15 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
puma (3.4.0)
|
||||
rack (1.6.4)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
puma
|
||||
rack
|
||||
|
||||
BUNDLED WITH
|
||||
1.11.2
|
Loading…
Reference in a new issue