File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'travis-config', '~> 1.0.0'
8
8
gem 'sidekiq' , '~> 4.0.0'
9
9
gem 'redis-namespace'
10
10
11
- gem 'sinatra' , '~> 1.4.2 '
11
+ gem 'sinatra' , '~> 2.0.0 '
12
12
gem 'rake' , '~> 0.9.2.2'
13
13
14
14
gem 'sentry-raven'
@@ -18,9 +18,6 @@ gem 'activesupport', '~> 4.1.11'
18
18
gem 'metriks'
19
19
gem 'metriks-librato_metrics'
20
20
21
- # backports 2.5.0 breaks rails routes
22
- gem 'backports' , '2.4.0'
23
-
24
21
# structures
25
22
gem 'yajl-ruby' , '~> 1.4.0'
26
23
Original file line number Diff line number Diff line change 23
23
atomic (1.1.99 )
24
24
avl_tree (1.2.1 )
25
25
atomic (~> 1.1 )
26
- backports (2.4.0 )
27
26
coderay (1.1.2 )
28
27
concurrent-ruby (1.0.5 )
29
28
connection_pool (2.2.1 )
47
46
metriks (>= 0.9.9.6 )
48
47
minitest (5.11.3 )
49
48
multipart-post (2.0.0 )
49
+ mustermann (1.0.2 )
50
50
pry (0.11.3 )
51
51
coderay (~> 1.1.0 )
52
52
method_source (~> 0.9.0 )
53
- rack (1.6.10 )
54
- rack-protection (1.5.5 )
53
+ rack (2.0.5 )
54
+ rack-protection (2.0.1 )
55
55
rack
56
56
rack-test (1.0.0 )
57
57
rack (>= 1.0 , < 3 )
74
74
concurrent-ruby (~> 1.0 )
75
75
connection_pool (~> 2.2 , >= 2.2.0 )
76
76
redis (~> 3.2 , >= 3.2.1 )
77
- sinatra (1.4.8 )
78
- rack (~> 1.5 )
79
- rack-protection (~> 1.4 )
80
- tilt (>= 1.3 , < 3 )
77
+ sinatra (2.0.1 )
78
+ mustermann (~> 1.0 )
79
+ rack (~> 2.0 )
80
+ rack-protection (= 2.0.1 )
81
+ tilt (~> 2.0 )
81
82
thor (0.20.0 )
82
83
thread_safe (0.3.6 )
83
84
tilt (2.0.8 )
@@ -96,7 +97,6 @@ PLATFORMS
96
97
97
98
DEPENDENCIES
98
99
activesupport (~> 4.1.11 )
99
- backports (= 2.4.0 )
100
100
foreman (~> 0.41.0 )
101
101
jemalloc !
102
102
metriks
@@ -108,7 +108,7 @@ DEPENDENCIES
108
108
rspec (~> 2.9 )
109
109
sentry-raven
110
110
sidekiq (~> 4.0.0 )
111
- sinatra (~> 1.4.2 )
111
+ sinatra (~> 2.0.0 )
112
112
travis-config (~> 1.0.0 )
113
113
travis-support !
114
114
unicorn (~> 4.6.2 )
You can’t perform that action at this time.
0 commit comments