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

Commit d228ec7

Browse files
Bump puma from 5.5.1 to 5.5.2
Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdf8a6a commit d228ec7

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
@@ -97,6 +97,6 @@ gem 'rack-cors', '~> 1.0'
9797

9898
gem 'resumable_upload', git: 'https://github.com/Data-Liberation-Front/resumable-upload.git', ref: 'v0.2.0'
9999
gem 'pusher', '~> 2.0'
100-
gem 'cloudflare', '~> 2.1'
100+
gem 'cloudflare', '~> 4.3'
101101

102102
gem "racc", "1.6.2" # temporary pin to build on ruby 2.4, can remove when ruby is upgraded

Gemfile.lock

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,25 @@ GEM
9696
nokogiri (~> 1.6)
9797
rest-client (~> 2.0)
9898
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)
99118
autoprefixer-rails (9.7.6)
100119
execjs
101120
backports (3.17.1)
@@ -116,8 +135,8 @@ GEM
116135
rack-test (>= 0.5.4)
117136
xpath (~> 2.0)
118137
cliver (0.3.2)
119-
cloudflare (2.1.0)
120-
json (~> 1)
138+
cloudflare (4.3.0)
139+
async-rest (~> 0.12.3)
121140
coderay (1.1.3)
122141
coffee-rails (4.2.2)
123142
coffee-script (>= 2.2.0)
@@ -129,6 +148,8 @@ GEM
129148
colorize (0.8.1)
130149
concurrent-ruby (1.2.2)
131150
connection_pool (2.3.0)
151+
console (1.15.3)
152+
fiber-local
132153
coveralls (0.8.23)
133154
json (>= 1.8, < 3)
134155
simplecov (~> 0.16.1)
@@ -210,6 +231,7 @@ GEM
210231
faker (2.2.1)
211232
i18n (>= 0.8)
212233
ffi (1.15.5)
234+
fiber-local (1.0.0)
213235
fission (0.5.0)
214236
CFPropertyList (~> 2.2)
215237
fog (1.41.0)
@@ -516,6 +538,13 @@ GEM
516538
cliver (~> 0.3.1)
517539
multi_json (~> 1.0)
518540
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)
519548
pry (0.14.2)
520549
coderay (~> 1.1)
521550
method_source (~> 1.0)
@@ -740,9 +769,11 @@ GEM
740769
thread_safe (0.3.6)
741770
tilt (2.0.10)
742771
timecop (0.9.6)
772+
timers (4.3.5)
743773
tins (1.25.0)
744774
sync
745775
to_regexp (0.2.1)
776+
traces (0.9.1)
746777
turbolinks (5.2.1)
747778
turbolinks-source (~> 5.2)
748779
turbolinks-source (5.2.0)
@@ -784,7 +815,7 @@ DEPENDENCIES
784815
alternate_rails!
785816
bootstrap-kaminari-views (~> 0.0)
786817
bootstrap-sass (~> 3.4)
787-
cloudflare (~> 2.1)
818+
cloudflare (~> 4.3)
788819
coffee-rails (~> 4.2)
789820
coveralls (~> 0.8)
790821
csvlint (~> 1.2)

0 commit comments

Comments
 (0)