Skip to content

Commit 4f7f7ab

Browse files
Khushal-derivKhushal Singla
andauthored
update the rack version in GEM file and bundle update to update the gem.lock file (#178)
Co-authored-by: Khushal Singla <khushalsingla@Khushals-MacBook-Pro.local>
1 parent 8734b72 commit 4f7f7ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.DS_Store

-6 KB
Binary file not shown.

cookbooks/curl/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
ffi-yajl (~> 2.2)
7878
hashie (>= 2.0, < 4.0)
7979
mixlib-log (~> 1.3)
80-
rack (~> 2.0)
80+
rack (>= 2.2.20)
8181
uuidtools (~> 2.1)
8282
chefspec (7.3.4)
8383
chef (>= 12.16.42)
@@ -176,7 +176,7 @@ GEM
176176
psych (3.1.0)
177177
public_suffix (5.0.5)
178178
racc (1.8.1)
179-
rack (2.2.14)
179+
rack (>= 2.2.20)
180180
rainbow (3.0.0)
181181
rake (12.3.3)
182182
retryable (2.0.4)

cookbooks/datadog/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
ffi-yajl (~> 2.2)
8383
hashie (>= 2.0, < 4.0)
8484
mixlib-log (>= 2.0, < 4.0)
85-
rack (~> 2.0, >= 2.0.6)
85+
rack (>= 2.2.20)
8686
uuidtools (~> 2.1)
8787
chefspec (9.2.1)
8888
chef (>= 14)
@@ -224,7 +224,7 @@ GEM
224224
proxifier (1.0.3)
225225
public_suffix (4.0.6)
226226
racc (1.8.1)
227-
rack (2.2.19)
227+
rack (>= 2.2.20)
228228
rainbow (3.0.0)
229229
rake (13.0.1)
230230
rbnacl (4.0.2)

0 commit comments

Comments
 (0)