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-protection from 1.5.3 to 2.1.0 in /calabash-cucumber/test/cucumber #2

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
38 changes: 22 additions & 16 deletions calabash-cucumber/test/cucumber/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH
remote: ../../../
remote: ../../..
specs:
calabash-cucumber (0.16.2)
CFPropertyList
Expand All @@ -11,47 +11,50 @@ PATH
geocoder (>= 1.1.8, < 2.0)
httpclient (>= 2.3.2, < 3.0)
json
run_loop (>= 1.5.4, < 2.0)
run_loop (>= 1.5.5, < 2.0)
sim_launcher (~> 0.4.13)
slowhandcuke (~> 0.0.3)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.1)
CFPropertyList (2.3.6)
awesome_print (1.6.1)
builder (3.2.2)
builder (3.2.4)
calabash-common (0.0.2)
coderay (1.1.0)
command_runner_ng (0.1.4)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
diff-lcs (1.2.5)
edn (1.1.0)
geocoder (1.2.11)
edn (1.1.1)
geocoder (1.6.4)
gherkin (2.12.2)
multi_json (~> 1.3)
httpclient (2.6.0.1)
httpclient (2.8.3)
json (1.8.3)
luffa (1.1.0)
awesome_print (~> 1.2)
json (~> 1.8)
retriable (>= 1.3.3.1, < 2.1)
thor (~> 0.19)
method_source (0.8.2)
multi_json (1.11.2)
multi_json (1.15.0)
multi_test (0.1.2)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
rack (1.6.4)
rack-protection (1.5.3)
rack (2.2.3)
rack-protection (2.1.0)
rack
retriable (2.0.2)
rspec (3.3.0)
Expand All @@ -67,23 +70,26 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
run_loop (1.5.4)
ruby2_keywords (0.0.2)
run_loop (1.5.6)
CFPropertyList (~> 2.2)
awesome_print (~> 1.2)
command_runner_ng (>= 0.0.2)
json (~> 1.8)
retriable (>= 1.3.3.1, < 2.1)
thor (>= 0.18.1, < 1.0)
sim_launcher (0.4.13)
sinatra
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
slop (3.6.0)
slowhandcuke (0.0.3)
cucumber
thor (0.19.1)
tilt (2.0.1)
tilt (2.0.10)

PLATFORMS
ruby
Expand Down