Skip to content

Commit 6d16a47

Browse files
authored
Merge pull request #326 from jasnow/master
Upgraded 3 gems (parser(twice), brakeman, and ffi(twice)) plus changed license text to link in README file
2 parents ad7bf45 + 86f32cd commit 6d16a47

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
rack (>= 0.9.0)
5858
binding_of_caller (0.8.0)
5959
debug_inspector (>= 0.0.1)
60-
brakeman (4.1.1)
60+
brakeman (4.2.0)
6161
builder (3.2.3)
6262
bundler-audit (0.6.0)
6363
bundler (~> 1.2)
@@ -109,7 +109,7 @@ GEM
109109
erubi (1.7.0)
110110
eventmachine (1.2.5)
111111
execjs (2.7.0)
112-
ffi (1.9.21)
112+
ffi (1.9.23)
113113
foreman (0.84.0)
114114
thor (~> 0.19.1)
115115
formatador (0.2.5)
@@ -182,7 +182,7 @@ GEM
182182
nenv (~> 0.1)
183183
shellany (~> 0.0)
184184
parallel (1.12.1)
185-
parser (2.5.0.0)
185+
parser (2.5.0.2)
186186
ast (~> 2.4.0)
187187
poltergeist (1.17.0)
188188
capybara (~> 2.1)

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,4 @@ Conversion to the OWASP Top Ten 2013 completed in November, 2013.
142142

143143
# License
144144

145-
The MIT License (MIT)
146-
147-
Copyright (c) 2013-2014 The Open Web Application Security Project
148-
149-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
150-
151-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
152-
153-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
145+
[The MIT License (MIT)](./LICENSE.md)

0 commit comments

Comments
 (0)