This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,6 @@ gem 'rack-cors', '~> 1.0'
97
97
98
98
gem 'resumable_upload' , git : 'https://github.com/Data-Liberation-Front/resumable-upload.git' , ref : 'v0.2.0'
99
99
gem 'pusher' , '~> 2.0'
100
- gem 'cloudflare' , '~> 2.1 '
100
+ gem 'cloudflare' , '~> 4.3 '
101
101
102
102
gem "racc" , "1.6.2" # temporary pin to build on ruby 2.4, can remove when ruby is upgraded
Original file line number Diff line number Diff line change 96
96
nokogiri (~> 1.6 )
97
97
rest-client (~> 2.0 )
98
98
arel (6.0.4 )
99
+ async (1.31.0 )
100
+ console (~> 1.10 )
101
+ nio4r (~> 2.3 )
102
+ timers (~> 4.1 )
103
+ async-http (0.59.5 )
104
+ async (>= 1.25 )
105
+ async-io (>= 1.28 )
106
+ async-pool (>= 0.2 )
107
+ protocol-http (~> 0.23 )
108
+ protocol-http1 (~> 0.14.0 )
109
+ protocol-http2 (~> 0.14.0 )
110
+ traces (>= 0.8.0 )
111
+ async-io (1.34.3 )
112
+ async
113
+ async-pool (0.4.0 )
114
+ async (>= 1.25 )
115
+ async-rest (0.12.4 )
116
+ async-http (~> 0.42 )
117
+ protocol-http (~> 0.7 )
99
118
autoprefixer-rails (9.7.6 )
100
119
execjs
101
120
backports (3.17.1 )
116
135
rack-test (>= 0.5.4 )
117
136
xpath (~> 2.0 )
118
137
cliver (0.3.2 )
119
- cloudflare (2.1 .0 )
120
- json (~> 1 )
138
+ cloudflare (4.3 .0 )
139
+ async-rest (~> 0.12.3 )
121
140
coderay (1.1.3 )
122
141
coffee-rails (4.2.2 )
123
142
coffee-script (>= 2.2.0 )
129
148
colorize (0.8.1 )
130
149
concurrent-ruby (1.2.2 )
131
150
connection_pool (2.3.0 )
151
+ console (1.15.3 )
152
+ fiber-local
132
153
coveralls (0.8.23 )
133
154
json (>= 1.8 , < 3 )
134
155
simplecov (~> 0.16.1 )
210
231
faker (2.2.1 )
211
232
i18n (>= 0.8 )
212
233
ffi (1.15.5 )
234
+ fiber-local (1.0.0 )
213
235
fission (0.5.0 )
214
236
CFPropertyList (~> 2.2 )
215
237
fog (1.41.0 )
516
538
cliver (~> 0.3.1 )
517
539
multi_json (~> 1.0 )
518
540
websocket-driver (>= 0.2.0 )
541
+ protocol-hpack (1.4.2 )
542
+ protocol-http (0.24.1 )
543
+ protocol-http1 (0.14.6 )
544
+ protocol-http (~> 0.22 )
545
+ protocol-http2 (0.14.2 )
546
+ protocol-hpack (~> 1.4 )
547
+ protocol-http (~> 0.18 )
519
548
pry (0.14.2 )
520
549
coderay (~> 1.1 )
521
550
method_source (~> 1.0 )
740
769
thread_safe (0.3.6 )
741
770
tilt (2.0.10 )
742
771
timecop (0.9.6 )
772
+ timers (4.3.5 )
743
773
tins (1.25.0 )
744
774
sync
745
775
to_regexp (0.2.1 )
776
+ traces (0.9.1 )
746
777
turbolinks (5.2.1 )
747
778
turbolinks-source (~> 5.2 )
748
779
turbolinks-source (5.2.0 )
@@ -784,7 +815,7 @@ DEPENDENCIES
784
815
alternate_rails !
785
816
bootstrap-kaminari-views (~> 0.0 )
786
817
bootstrap-sass (~> 3.4 )
787
- cloudflare (~> 2.1 )
818
+ cloudflare (~> 4.3 )
788
819
coffee-rails (~> 4.2 )
789
820
coveralls (~> 0.8 )
790
821
csvlint (~> 1.2 )
You can’t perform that action at this time.
0 commit comments