added all files that I have found

This commit is contained in:
2018-06-16 21:43:20 +02:00
parent 65419473ee
commit d0534f2b83
22 changed files with 468 additions and 0 deletions

10
Gemfile Normal file
View File

@ -0,0 +1,10 @@
source 'https://rubygems.org'
ruby '2.3.2'
gem 'tilt', '<2.0'
gem 'camping'
gem 'activerecord'
gem 'sqlite3'
gem 'markaby'
gem 'thin'