Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 23, 2018
1 parent 832eb8f commit 5ef7ce9
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', '~> 1.6' # ~> 2.0 requires ruby 2.2.2 or later.
gem 'rack', '~> 2.0' # ~> 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 @@ -66,7 +66,7 @@ GEM
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.2)
rack (1.6.9)
rack (2.0.4)
rack-test (0.8.3)
rack (>= 1.0, < 3)
racksh (1.0.0)
Expand Down Expand Up @@ -133,7 +133,7 @@ DEPENDENCIES
octokit
pit
pry-byebug
rack (~> 1.6)
rack (~> 2.0)
racksh
rake
redcarpet
Expand Down

0 comments on commit 5ef7ce9

Please sign in to comment.