Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rack-test from 2.0.2 to 2.1.0 #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'sinatra'
gem 'thin'
gem 'daru'

gem "rack-test", "~> 2.0", :group => :testing
gem "rack-test", "~> 2.1", :group => :testing

gem "test-unit", "~> 3.5", :group => :testing

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ GEM
backports
power_assert (2.0.2)
prometheus-client (4.0.0)
rack (2.2.4)
rack (2.2.6.4)
rack-protection (2.2.2)
rack
rack-ssl-enforcer (0.2.9)
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
redis (4.7.1)
rexml (3.2.5)
Expand Down Expand Up @@ -57,7 +57,7 @@ DEPENDENCIES
matrix (~> 0.4.2)
prometheus-client
rack-ssl-enforcer
rack-test (~> 2.0)
rack-test (~> 2.1)
redis
secure_headers
sinatra
Expand Down