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

Commit 4c142c6

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 6b43b66 commit 4c142c6

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-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: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,24 @@ GEM
9494
nokogiri (~> 1.6)
9595
rest-client (~> 2.0)
9696
arel (6.0.4)
97+
async (1.29.1)
98+
console (~> 1.10)
99+
nio4r (~> 2.3)
100+
timers (~> 4.1)
101+
async-http (0.56.3)
102+
async (~> 1.25)
103+
async-io (~> 1.28)
104+
async-pool (~> 0.2)
105+
protocol-http (~> 0.22.0)
106+
protocol-http1 (~> 0.14.0)
107+
protocol-http2 (~> 0.14.0)
108+
async-io (1.32.1)
109+
async (~> 1.14)
110+
async-pool (0.3.7)
111+
async (~> 1.25)
112+
async-rest (0.12.4)
113+
async-http (~> 0.42)
114+
protocol-http (~> 0.7)
97115
autoprefixer-rails (9.7.6)
98116
execjs
99117
backports (3.17.1)
@@ -114,8 +132,8 @@ GEM
114132
rack-test (>= 0.5.4)
115133
xpath (~> 2.0)
116134
cliver (0.3.2)
117-
cloudflare (2.1.0)
118-
json (~> 1)
135+
cloudflare (4.3.0)
136+
async-rest (~> 0.12.3)
119137
coderay (1.1.3)
120138
coffee-rails (4.2.2)
121139
coffee-script (>= 2.2.0)
@@ -127,6 +145,8 @@ GEM
127145
colorize (0.8.1)
128146
concurrent-ruby (1.1.8)
129147
connection_pool (2.2.1)
148+
console (1.13.1)
149+
fiber-local
130150
coveralls (0.8.23)
131151
json (>= 1.8, < 3)
132152
simplecov (~> 0.16.1)
@@ -213,6 +233,7 @@ GEM
213233
faraday_middleware (0.14.0)
214234
faraday (>= 0.7.4, < 1.0)
215235
ffi (1.12.2)
236+
fiber-local (1.0.0)
216237
fission (0.5.0)
217238
CFPropertyList (~> 2.2)
218239
fog (1.41.0)
@@ -527,6 +548,13 @@ GEM
527548
cliver (~> 0.3.1)
528549
multi_json (~> 1.0)
529550
websocket-driver (>= 0.2.0)
551+
protocol-hpack (1.4.2)
552+
protocol-http (0.22.4)
553+
protocol-http1 (0.14.1)
554+
protocol-http (~> 0.22)
555+
protocol-http2 (0.14.2)
556+
protocol-hpack (~> 1.4)
557+
protocol-http (~> 0.18)
530558
pry (0.14.1)
531559
coderay (~> 1.1)
532560
method_source (~> 1.0)
@@ -744,6 +772,7 @@ GEM
744772
thread_safe (0.3.6)
745773
tilt (2.0.10)
746774
timecop (0.9.4)
775+
timers (4.3.3)
747776
tins (1.25.0)
748777
sync
749778
to_regexp (0.2.1)
@@ -795,7 +824,7 @@ DEPENDENCIES
795824
alternate_rails!
796825
bootstrap-kaminari-views (~> 0.0)
797826
bootstrap-sass (~> 3.4)
798-
cloudflare (~> 2.1)
827+
cloudflare (~> 4.3)
799828
coffee-rails (~> 4.2)
800829
coveralls (~> 0.8)
801830
csvlint (~> 0.4)

0 commit comments

Comments
 (0)