Gemfile & lock

master
E. Almqvist 3 years ago
parent f4325c0583
commit b54e92552a
  1. 1
      src/Gemfile
  2. 10
      src/Gemfile.lock

@ -7,6 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# gem "rails" # gem "rails"
gem "sinatra" gem "sinatra"
gem "sinatra-reloader"
gem "sqlite3" gem "sqlite3"
gem "slim" gem "slim"
gem "sassc" gem "sassc"

@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ffi (1.15.5) ffi (1.15.5)
multi_json (1.15.0)
mustermann (1.1.1) mustermann (1.1.1)
ruby2_keywords (>= 0.0.1) ruby2_keywords (>= 0.0.1)
rack (2.2.3) rack (2.2.3)
@ -15,6 +16,14 @@ GEM
rack (>= 2.2) rack (>= 2.2)
rack-protection (= 2.1.0) rack-protection (= 2.1.0)
tilt (>= 2.0) tilt (>= 2.0)
sinatra-contrib (2.1.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
tilt (~> 2.0)
sinatra-reloader (1.0)
sinatra-contrib
slim (4.1.0) slim (4.1.0)
temple (>= 0.7.6, < 0.9) temple (>= 0.7.6, < 0.9)
tilt (>= 2.0.6, < 2.1) tilt (>= 2.0.6, < 2.1)
@ -28,6 +37,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
sassc sassc
sinatra sinatra
sinatra-reloader
slim slim
sqlite3 sqlite3

Loading…
Cancel
Save