Skip to content
Open
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
47 changes: 23 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ GEM
aws-sigv4 (~> 1.0)
aws-sigv2 (1.0.1)
aws-sigv4 (1.0.3)
backports (3.11.4)
bunny (2.12.0)
amq-protocol (~> 2.3, >= 2.3.0)
coder (0.4.0)
Expand Down Expand Up @@ -714,7 +713,7 @@ GEM
http-form_data (2.1.1)
http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (1.8.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
jmespath (1.4.0)
Expand All @@ -725,11 +724,12 @@ GEM
http (>= 2.0, < 4.0)
memoist (0.16.0)
method_source (0.9.0)
minitest (5.14.1)
minitest (5.16.3)
msgpack (1.2.4)
multi_json (1.13.1)
multipart-post (2.0.0)
mustermann (1.0.3)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
opencensus (0.4.0)
opencensus-stackdriver (0.2.0)
concurrent-ruby (~> 1.0)
Expand All @@ -752,8 +752,8 @@ GEM
multi_json (~> 1.0)
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
rack (2.0.8)
rack-protection (2.0.4)
rack (2.2.4)
rack-protection (3.0.4)
rack
rack-ssl (1.4.1)
rack
Expand All @@ -765,7 +765,7 @@ GEM
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
redis (4.0.2)
redis (4.8.0)
redis-namespace (1.6.0)
redis (>= 3.0.4)
redlock (0.2.2)
Expand Down Expand Up @@ -793,13 +793,14 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
ruby2_keywords (0.0.5)
sentry-raven (2.7.4)
faraday (>= 0.7.6, < 1.0)
sequel (5.13.0)
sidekiq (5.2.2)
connection_pool (~> 2.2, >= 2.2.2)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0)
signet (0.11.0)
addressable (~> 2.3)
faraday (~> 0.9)
Expand All @@ -810,29 +811,27 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.4)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.4)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
sinatra-contrib (2.0.4)
activesupport (>= 4.0.0)
backports (>= 2.8.2)
sinatra-contrib (3.0.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.4)
sinatra (= 2.0.4)
tilt (>= 1.3, < 3)
mustermann (~> 3.0)
rack-protection (= 3.0.4)
sinatra (= 3.0.4)
tilt (~> 2.0)
sinatra-param (1.5.0)
sinatra (>= 1.3)
stackdriver-core (1.3.3)
google-cloud-core (~> 1.2)
stackprof (0.2.12)
thread_safe (0.3.6)
tilt (2.0.8)
tilt (2.0.11)
travis-config (1.1.3)
hashr (~> 2.0)
tzinfo (1.2.7)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand Down