Skip to content

Commit 3817057

Browse files
Bump rack from 2.0.6 to 2.1.4 (#8)
Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.1.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](rack/rack@2.0.6...2.1.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 570ce7a commit 3817057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby '2.6.2'
66

7-
gem 'rack', '~> 2.0'
7+
gem 'rack', '~> 2.1'
88
gem 'grape', '~> 1.2'
99
gem 'grape-entity', '~> 0.7'
1010
gem 'pg', '~> 1.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
byebug (~> 11.0)
119119
pry (~> 0.10)
120120
raabro (1.1.6)
121-
rack (2.0.6)
121+
rack (2.1.4)
122122
rack-accept (0.4.5)
123123
rack (>= 0.4)
124124
rack-ecg (0.0.5)
@@ -215,7 +215,7 @@ DEPENDENCIES
215215
paper_trail (~> 10.2.1)
216216
pg (~> 1.1)
217217
pry-byebug
218-
rack (~> 2.0)
218+
rack (~> 2.1)
219219
rack-ecg (~> 0.0.5)
220220
rack-test
221221
rake

0 commit comments

Comments
 (0)