Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 922803c

Browse files
Bump cloudflare from 2.1.0 to 4.3.0
Bumps [cloudflare](https://github.com/b4k3r/cloudflare) from 2.1.0 to 4.3.0. - [Release notes](https://github.com/b4k3r/cloudflare/releases) - [Commits](socketry/cloudflare@v2.1.0...v4.3.0) --- updated-dependencies: - dependency-name: cloudflare dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e88f7f commit 922803c

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ gem 'rack-cors', '~> 1.0'
9898

9999
gem 'resumable_upload', git: 'https://github.com/Data-Liberation-Front/resumable-upload'
100100
gem 'pusher', '~> 1.4'
101-
gem 'cloudflare', '~> 2.1'
101+
gem 'cloudflare', '~> 4.3'

Gemfile.lock

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,25 @@ GEM
9595
nokogiri (~> 1.6)
9696
rest-client (~> 2.0)
9797
arel (6.0.4)
98+
async (1.30.3)
99+
console (~> 1.10)
100+
nio4r (~> 2.3)
101+
timers (~> 4.1)
102+
async-http (0.56.6)
103+
async (>= 1.25)
104+
async-io (>= 1.28)
105+
async-pool (>= 0.2)
106+
protocol-http (~> 0.22.0)
107+
protocol-http1 (~> 0.14.0)
108+
protocol-http2 (~> 0.14.0)
109+
traces (~> 0.4.0)
110+
async-io (1.33.0)
111+
async
112+
async-pool (0.3.10)
113+
async (>= 1.25)
114+
async-rest (0.12.4)
115+
async-http (~> 0.42)
116+
protocol-http (~> 0.7)
98117
autoprefixer-rails (9.7.6)
99118
execjs
100119
backports (3.17.1)
@@ -115,8 +134,8 @@ GEM
115134
rack-test (>= 0.5.4)
116135
xpath (~> 2.0)
117136
cliver (0.3.2)
118-
cloudflare (2.1.0)
119-
json (~> 1)
137+
cloudflare (4.3.0)
138+
async-rest (~> 0.12.3)
120139
coderay (1.1.3)
121140
coffee-rails (4.2.2)
122141
coffee-script (>= 2.2.0)
@@ -128,6 +147,8 @@ GEM
128147
colorize (0.8.1)
129148
concurrent-ruby (1.1.10)
130149
connection_pool (2.2.1)
150+
console (1.15.3)
151+
fiber-local
131152
coveralls (0.8.23)
132153
json (>= 1.8, < 3)
133154
simplecov (~> 0.16.1)
@@ -214,6 +235,7 @@ GEM
214235
faraday_middleware (0.14.0)
215236
faraday (>= 0.7.4, < 1.0)
216237
ffi (1.12.2)
238+
fiber-local (1.0.0)
217239
fission (0.5.0)
218240
CFPropertyList (~> 2.2)
219241
fog (1.41.0)
@@ -529,6 +551,13 @@ GEM
529551
cliver (~> 0.3.1)
530552
multi_json (~> 1.0)
531553
websocket-driver (>= 0.2.0)
554+
protocol-hpack (1.4.2)
555+
protocol-http (0.22.6)
556+
protocol-http1 (0.14.4)
557+
protocol-http (~> 0.22)
558+
protocol-http2 (0.14.2)
559+
protocol-hpack (~> 1.4)
560+
protocol-http (~> 0.18)
532561
pry (0.14.1)
533562
coderay (~> 1.1)
534563
method_source (~> 1.0)
@@ -752,9 +781,11 @@ GEM
752781
thread_safe (0.3.6)
753782
tilt (2.0.10)
754783
timecop (0.9.5)
784+
timers (4.3.3)
755785
tins (1.25.0)
756786
sync
757787
to_regexp (0.2.1)
788+
traces (0.4.1)
758789
travis (1.8.13)
759790
backports
760791
faraday (~> 0.9)
@@ -803,7 +834,7 @@ DEPENDENCIES
803834
alternate_rails!
804835
bootstrap-kaminari-views (~> 0.0)
805836
bootstrap-sass (~> 3.4)
806-
cloudflare (~> 2.1)
837+
cloudflare (~> 4.3)
807838
coffee-rails (~> 4.2)
808839
coveralls (~> 0.8)
809840
csvlint (~> 0.4)

0 commit comments

Comments
 (0)