Skip to content

Commit 876c888

Browse files
committed
Update sinatra in Gemfile.lock
Keep up to date with required gems. Sinatra seems to have added in a new header in responses.
1 parent acc64fc commit 876c888

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
i18n
6060
json (>= 1.4.3)
6161
rack (>= 1.1)
62-
rack-protection (1.2.0)
62+
rack-protection (1.5.1)
6363
rack
6464
rack-test (0.6.2)
6565
rack (>= 1.0)
@@ -80,11 +80,11 @@ GEM
8080
libwebsocket (~> 0.1.3)
8181
multi_json (~> 1.0)
8282
rubyzip
83-
sinatra (1.3.2)
84-
rack (~> 1.3, >= 1.3.6)
85-
rack-protection (~> 1.2)
86-
tilt (~> 1.3, >= 1.3.3)
87-
tilt (1.3.3)
83+
sinatra (1.4.4)
84+
rack (~> 1.4)
85+
rack-protection (~> 1.4)
86+
tilt (~> 1.3, >= 1.3.4)
87+
tilt (1.4.1)
8888
webmock (1.13.0)
8989
addressable (>= 2.2.7)
9090
crack (>= 0.3.2)

features/textile_documentation.feature

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,11 @@ Feature: Generate Textile documentation from test examples
197197
198198
h4. Headers
199199
200-
<pre>X-Frame-Options: sameorigin
200+
<pre>Content-Type: text/html;charset=utf-8
201+
Content-Length: 0
201202
X-XSS-Protection: 1; mode=block
202-
Content-Type: text/html;charset=utf-8
203-
Content-Length: 0</pre>
203+
X-Content-Type-Options: nosniff
204+
X-Frame-Options: SAMEORIGIN</pre>
204205
205206
h4. Status
206207

0 commit comments

Comments
 (0)