Skip to content

Commit

Permalink
Bump rack from 2.0.8 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.1.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.8...2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 13, 2020
1 parent c0a5c89 commit 84bdab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rack', '~> 2.0' # ~> 2.0 requires ruby 2.2.2 or later.
gem 'rack', '~> 2.1' # ~> 2.0 requires ruby 2.2.2 or later.
gem 'hikidoc'
gem 'fastimage'
gem 'emot'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.1.1)
rack (2.0.8)
rack (2.1.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racksh (1.0.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
octokit
pit
pry-byebug
rack (~> 2.0)
rack (~> 2.1)
racksh
rake
redcarpet
Expand Down

0 comments on commit 84bdab7

Please sign in to comment.