Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
stack
  • Loading branch information
svenfuchs committed Feb 6, 2017
1 parent a629385 commit 2f81540
Show file tree
Hide file tree
Showing 630 changed files with 56,870 additions and 5,894 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.3.3
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem 'activerecord'
gem 'pg'
gem 'amatch'
gem 'safe_yaml'
27 changes: 27 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,27 @@
GEM
remote: https://rubygems.org/
specs:
puma (3.6.1)
rack (1.6.5)
rack-protection (1.5.3)
rack
rack-ssl (1.4.1)
rack
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.5)
will_paginate (3.1.5)

PLATFORMS
ruby

DEPENDENCIES
puma
rack-ssl
sinatra
will_paginate

BUNDLED WITH
1.12.5

0 comments on commit 2f81540

Please sign in to comment.