Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2019
1 parent c0c7d4d commit 33c4ca5
Showing 1 changed file with 16 additions and 38 deletions.
54 changes: 16 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,61 +1,39 @@
PATH
remote: .
specs:
omniauth-bn-launcher (0.1.0)
omniauth (~> 1.3, >= 1.3.2)
omniauth-oauth2 (= 1.5.0)
omniauth-bn-office365 (0.1.0)
omniauth (>= 1.3.2)
omniauth-oauth2 (>= 1.5.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
faraday (0.12.2)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
hashie (3.5.7)
jwt (1.5.6)
hashie (3.6.0)
jwt (2.2.1)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multipart-post (2.1.1)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.5.0)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
rack (2.0.5)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rake (10.5.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
omniauth (~> 1.9)
rack (2.0.7)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
omniauth-bn-launcher!
omniauth-oauth2 (= 1.5.0)
rack-test (~> 0.6, >= 0.6.3)
rake (~> 10.0)
rspec (~> 3.0)
omniauth-bn-office365!

BUNDLED WITH
1.16.2

0 comments on commit 33c4ca5

Please sign in to comment.