Skip to content

Commit a481bea

Browse files
committed
Update sinatra version
1 parent a507405 commit a481bea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
httpclient (>= 2.2.0.2)
7474
multi_json (>= 1.3.6)
7575
rack (>= 1.1)
76-
rack-protection (1.5.1)
76+
rack-protection (1.5.3)
7777
rack
7878
rack-test (0.6.2)
7979
rack (>= 1.0)
@@ -94,7 +94,7 @@ GEM
9494
rspec-support (~> 3.0.0)
9595
rspec-support (3.0.0)
9696
safe_yaml (0.9.7)
97-
sinatra (1.4.4)
97+
sinatra (1.4.5)
9898
rack (~> 1.4)
9999
rack-protection (~> 1.4)
100100
tilt (~> 1.3, >= 1.3.4)

features/markdown_documentation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Feature: Generate Markdown documentation from test examples
190190
191191
#### Headers
192192
193-
<pre>Content-Type: application/json;charset=utf-8
193+
<pre>Content-Type: application/json
194194
Content-Length: 137</pre>
195195
196196
#### Status

features/textile_documentation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Feature: Generate Textile documentation from test examples
190190
191191
h4. Headers
192192
193-
<pre>Content-Type: application/json;charset=utf-8
193+
<pre>Content-Type: application/json
194194
Content-Length: 137</pre>
195195
196196
h4. Status

0 commit comments

Comments
 (0)