Skip to content

Commit

Permalink
Update ffi requirement from < 1.10.1 to < 1.11.2
Browse files Browse the repository at this point in the history
Updates the requirements on [ffi](https://github.com/ffi/ffi) to permit the latest version.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@0.1.0...1.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and ketan committed Jun 28, 2019
1 parent 6b1d5f8 commit aad964b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rest-client'
gem 'os'
gem 'rake'
gem 'sys-proctable'
gem 'ffi', '< 1.10.1'
gem 'ffi', '< 1.11.2'
gem 'pry'
gem 'owasp_zap'
gem 'site_prism'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
ffi (1.10.0)
ffi (1.11.1)
gauge-ruby (0.5.2)
debase (~> 0.2.2)
grpc (~> 1.10, >= 1.10.0)
Expand Down Expand Up @@ -156,7 +156,7 @@ DEPENDENCIES
childprocess
clipboard (~> 1.3, >= 1.3.3)
deep_merge
ffi (< 1.10.1)
ffi (< 1.11.2)
gauge-ruby
json_builder
ladle
Expand Down

0 comments on commit aad964b

Please sign in to comment.