Skip to content

Commit

Permalink
Added Gemfile. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
johntopley committed May 28, 2018
1 parent 04da2d2 commit c98da2b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'bcrypt'
gem 'sinatra'
gem 'sinatra-flash'
27 changes: 27 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,27 @@
GEM
remote: https://rubygems.org/
specs:
bcrypt (3.1.12)
mustermann (1.0.2)
rack (2.0.5)
rack-protection (2.0.1)
rack
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
tilt (2.0.8)

PLATFORMS
ruby

DEPENDENCIES
bcrypt
sinatra
sinatra-flash

BUNDLED WITH
1.16.1

0 comments on commit c98da2b

Please sign in to comment.