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

Commit 38d5807

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 b107a59 commit 38d5807

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
@@ -95,6 +95,24 @@ GEM
9595
nokogiri (~> 1.6)
9696
rest-client (~> 2.0)
9797
arel (6.0.4)
98+
async (1.30.1)
99+
console (~> 1.10)
100+
nio4r (~> 2.3)
101+
timers (~> 4.1)
102+
async-http (0.56.5)
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+
async-io (1.32.2)
110+
async
111+
async-pool (0.3.9)
112+
async (>= 1.25)
113+
async-rest (0.12.4)
114+
async-http (~> 0.42)
115+
protocol-http (~> 0.7)
98116
autoprefixer-rails (9.7.6)
99117
execjs
100118
backports (3.17.1)
@@ -115,8 +133,8 @@ GEM
115133
rack-test (>= 0.5.4)
116134
xpath (~> 2.0)
117135
cliver (0.3.2)
118-
cloudflare (2.1.0)
119-
json (~> 1)
136+
cloudflare (4.3.0)
137+
async-rest (~> 0.12.3)
120138
coderay (1.1.3)
121139
coffee-rails (4.2.2)
122140
coffee-script (>= 2.2.0)
@@ -128,6 +146,8 @@ GEM
128146
colorize (0.8.1)
129147
concurrent-ruby (1.1.9)
130148
connection_pool (2.2.1)
149+
console (1.14.0)
150+
fiber-local
131151
coveralls (0.8.23)
132152
json (>= 1.8, < 3)
133153
simplecov (~> 0.16.1)
@@ -214,6 +234,7 @@ GEM
214234
faraday_middleware (0.14.0)
215235
faraday (>= 0.7.4, < 1.0)
216236
ffi (1.12.2)
237+
fiber-local (1.0.0)
217238
fission (0.5.0)
218239
CFPropertyList (~> 2.2)
219240
fog (1.41.0)
@@ -529,6 +550,13 @@ GEM
529550
cliver (~> 0.3.1)
530551
multi_json (~> 1.0)
531552
websocket-driver (>= 0.2.0)
553+
protocol-hpack (1.4.2)
554+
protocol-http (0.22.5)
555+
protocol-http1 (0.14.2)
556+
protocol-http (~> 0.22)
557+
protocol-http2 (0.14.2)
558+
protocol-hpack (~> 1.4)
559+
protocol-http (~> 0.18)
532560
pry (0.14.1)
533561
coderay (~> 1.1)
534562
method_source (~> 1.0)
@@ -748,6 +776,7 @@ GEM
748776
thread_safe (0.3.6)
749777
tilt (2.0.10)
750778
timecop (0.9.4)
779+
timers (4.3.3)
751780
tins (1.25.0)
752781
sync
753782
to_regexp (0.2.1)
@@ -799,7 +828,7 @@ DEPENDENCIES
799828
alternate_rails!
800829
bootstrap-kaminari-views (~> 0.0)
801830
bootstrap-sass (~> 3.4)
802-
cloudflare (~> 2.1)
831+
cloudflare (~> 4.3)
803832
coffee-rails (~> 4.2)
804833
coveralls (~> 0.8)
805834
csvlint (~> 0.4)

0 commit comments

Comments
 (0)