Skip to content

Commit

Permalink
Land #11362, Lock sqlite3 until binaries are up
Browse files Browse the repository at this point in the history
  • Loading branch information
acammack-r7 committed Feb 5, 2019
2 parents 5b41c7c + fb7ddeb commit fb0d929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -3,6 +3,8 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec name: 'metasploit-framework'

gem 'sqlite3', '~>1.3'

# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -377,6 +377,7 @@ DEPENDENCIES
rspec-rails
rspec-rerun
simplecov
sqlite3 (~> 1.3)
swagger-blocks
timecop
yard
Expand Down

0 comments on commit fb0d929

Please sign in to comment.