File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem 'sidekiq', '~> 4.0.0'
9
9
gem 'redis-namespace'
10
10
11
11
gem 'puma'
12
- gem 'sinatra' , '~> 2.0.3 '
12
+ gem 'sinatra' , '~> 2.2.0 '
13
13
gem 'rake' , '~> 12.3.3'
14
14
15
15
gem 'sentry-raven'
Original file line number Diff line number Diff line change 45
45
metriks (>= 0.9.9.6 )
46
46
minitest (5.11.3 )
47
47
multipart-post (2.0.0 )
48
- mustermann (1.0.3 )
48
+ mustermann (1.1.1 )
49
+ ruby2_keywords (~> 0.0.1 )
49
50
nio4r (2.5.8 )
50
51
pry (0.11.3 )
51
52
coderay (~> 1.1.0 )
52
53
method_source (~> 0.9.0 )
53
54
puma (4.3.9 )
54
55
nio4r (~> 2.0 )
55
56
rack (2.2.3 )
56
- rack-protection (2.0.3 )
57
+ rack-protection (2.2.0 )
57
58
rack
58
59
rack-test (1.0.0 )
59
60
rack (>= 1.0 , < 3 )
69
70
rspec-expectations (2.99.2 )
70
71
diff-lcs (>= 1.1.3 , < 2.0 )
71
72
rspec-mocks (2.99.4 )
73
+ ruby2_keywords (0.0.5 )
72
74
sentry-raven (2.7.3 )
73
75
faraday (>= 0.7.6 , < 1.0 )
74
76
sidekiq (4.0.2 )
75
77
concurrent-ruby (~> 1.0 )
76
78
connection_pool (~> 2.2 , >= 2.2.0 )
77
79
redis (~> 3.2 , >= 3.2.1 )
78
- sinatra (2.0.3 )
80
+ sinatra (2.2.0 )
79
81
mustermann (~> 1.0 )
80
- rack (~> 2.0 )
81
- rack-protection (= 2.0.3 )
82
+ rack (~> 2.2 )
83
+ rack-protection (= 2.2.0 )
82
84
tilt (~> 2.0 )
83
85
thor (0.20.0 )
84
86
thread_safe (0.3.6 )
85
- tilt (2.0.8 )
87
+ tilt (2.0.10 )
86
88
travis-config (1.0.13 )
87
89
hashr (~> 2.0.0 )
88
90
tzinfo (1.2.5 )
@@ -106,7 +108,7 @@ DEPENDENCIES
106
108
rspec (~> 2.9 )
107
109
sentry-raven
108
110
sidekiq (~> 4.0.0 )
109
- sinatra (~> 2.0.3 )
111
+ sinatra (~> 2.2.0 )
110
112
travis-config (~> 1.0.0 )
111
113
travis-support !
112
114
yajl-ruby (~> 1.4.0 )
You can’t perform that action at this time.
0 commit comments