We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fc27d commit 12310d0Copy full SHA for 12310d0
.github/workflows/verify.yml
@@ -43,7 +43,7 @@ jobs:
43
--health-retries 5
44
45
strategy:
46
- fail-fast: false
+ fail-fast: true
47
matrix:
48
ruby:
49
- '2.7'
Gemfile
@@ -3,8 +3,6 @@ source "https://rubygems.org"
3
# Specify your gem's dependencies in metasploit_data_models.gemspec
4
gemspec
5
6
-gem 'metasploit-model', git: 'https://github.com/cdelafuente-r7/metasploit-model', branch: 'feat/model/search/operation/jsonb'
7
-
8
group :development do
9
#gem 'metasploit-erd'
10
# embed ERDs on index, namespace Module and Class<ApplicationRecord> pages
0 commit comments