Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ gem 'coder'
gem 'redlock'

gem 'puma'
gem 'rack', '>= 2.1.4'
gem 'rack-ssl'
gem 'sinatra'
gem 'sinatra', '>= 2.0'
gem 'jwt'
gem 'libhoney'

Expand Down
42 changes: 23 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
atomic (1.1.99)
avl_tree (1.2.1)
atomic (~> 1.1)
backports (3.8.0)
backports (3.18.2)
bourne (1.6.0)
mocha (~> 1.1)
builder (3.2.3)
Expand Down Expand Up @@ -145,8 +145,10 @@ GEM
minitest (5.11.3)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.12.1)
multi_json (1.15.0)
multipart-post (2.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
nio4r (2.5.2)
Expand All @@ -156,13 +158,13 @@ GEM
method_source (~> 0.9.0)
puma (4.3.5)
nio4r (~> 2.0)
rack (1.6.12)
rack-protection (1.5.5)
rack (2.2.3)
rack-protection (2.1.0)
rack
rack-ssl (1.4.1)
rack
rack-test (0.6.3)
rack (>= 1.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (13.0.1)
redis (3.3.5)
redis-namespace (1.5.2)
Expand All @@ -183,6 +185,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby2_keywords (0.0.2)
safe_yaml (1.0.4)
sentry-raven (2.4.0)
faraday (>= 0.7.6, < 1.0)
Expand All @@ -193,19 +196,19 @@ GEM
redis (>= 3.3.4, < 5)
sidekiq-pro (3.5.3)
sidekiq (>= 4.1.5)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-contrib (2.1.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
mustermann (~> 1.0)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.8)
tilt (2.0.10)
travis-encrypt (0.0.5)
travis-rollout (0.0.2)
tzinfo (1.2.5)
Expand Down Expand Up @@ -244,6 +247,7 @@ DEPENDENCIES
pg
pry
puma
rack (>= 2.1.4)
rack-ssl
rack-test
rake
Expand All @@ -255,7 +259,7 @@ DEPENDENCIES
sentry-raven
sidekiq-pro!
simple_states!
sinatra
sinatra (>= 2.0)
sinatra-contrib
travis-config!
travis-encrypt
Expand All @@ -271,4 +275,4 @@ RUBY VERSION
ruby 2.4.9p362

BUNDLED WITH
1.17.3
2.1.4