Skip to content

Commit 341326b

Browse files
Bump rack from 2.0.7 to 2.0.8
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](rack/rack@2.0.7...2.0.8) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 957c205 commit 341326b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ GEM
1717
http_parser.rb (~> 0.6.0)
1818
ethon (0.12.0)
1919
ffi (>= 1.3.0)
20+
eventmachine (1.2.7)
2021
eventmachine (1.2.7-x64-mingw32)
2122
faraday (0.15.4)
2223
multipart-post (>= 1.2, < 3)
24+
ffi (1.11.1)
2325
ffi (1.11.1-x64-mingw32)
2426
forwardable-extended (2.6.0)
2527
html-proofer (3.11.0)
@@ -85,6 +87,8 @@ GEM
8587
minitest (5.11.3)
8688
multipart-post (2.1.1)
8789
netrc (0.11.0)
90+
nokogiri (1.10.3)
91+
mini_portile2 (~> 2.4.0)
8892
nokogiri (1.10.3-x64-mingw32)
8993
mini_portile2 (~> 2.4.0)
9094
octokit (4.14.0)
@@ -95,7 +99,7 @@ GEM
9599
pathutil (0.16.2)
96100
forwardable-extended (~> 2.6)
97101
public_suffix (3.1.0)
98-
rack (2.0.7)
102+
rack (2.0.8)
99103
rainbow (3.0.0)
100104
rb-fsevent (0.10.3)
101105
rb-inotify (0.10.0)
@@ -131,10 +135,10 @@ GEM
131135
w3c_validators (1.3.4)
132136
json (>= 1.8)
133137
nokogiri (~> 1.6)
134-
wdm (0.1.1)
135138
yell (2.2.0)
136139

137140
PLATFORMS
141+
ruby
138142
x64-mingw32
139143

140144
DEPENDENCIES
@@ -155,7 +159,6 @@ DEPENDENCIES
155159
rubocop (~> 0.50)
156160
rubocop-rails
157161
w3c_validators (~> 1.3)
158-
wdm (>= 0.1.0)
159162

160163
BUNDLED WITH
161164
1.16.2

0 commit comments

Comments
 (0)