bankai 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c68c970fcca0732e832adbd4b50572fd41e54efecd0da08e3383fabf15ac59ea
4
- data.tar.gz: 38c9dd0a931186e1b85036765deca0278894c8d8663e79f13fc65af8b93bcac2
3
+ metadata.gz: 670d9606db641d179a5b39a32f1666ab9c6efd9b05bfa2577bc2785055d77f7b
4
+ data.tar.gz: 5c1cc38b00f7f741dce564a7e92277de544e2eb74442e09346b9b8808a1a399c
5
5
  SHA512:
6
- metadata.gz: c3924d02fd970cd1475f0db294a84142ca8dbb59be8ec5f923987d430751157b4cef549293fd33c01333b4159de85b6aabfe28725413df3371158cac1086b476
7
- data.tar.gz: 77dca64ed181349491fe3e08836481ae7184297f543b8570d8c63befea63445271e53f5d24b2f33658bc30a001fd46f7da802d7dc3169dd46ee6fdb62e4832d3
6
+ metadata.gz: efd3192adbc75c8e228bd5e33187e77a7aab915d7bec210fe7698210c3929393b3cf8dc3128724095b4a6545905847c0e25a5365c99a39cb38051110734285d1
7
+ data.tar.gz: 9207ebce21584d07e8905f52e4cfad84ecbe1415a90d52e08b8d64ce620c8c73eb72a60e41bc20aee9467b6a17c20c26154caedf166c6a9b59bf7fd217ff9d11
data/.gitlab-ci.yml CHANGED
@@ -1,4 +1,4 @@
1
- image: ruby:2.6.6
1
+ image: ruby:2.6.7
2
2
 
3
3
  stages:
4
4
  - lint
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 2.6.7
data/.travis.yml CHANGED
@@ -3,5 +3,5 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 2.6.6
6
+ - 2.6.7
7
7
  before_install: gem install bundler -v 2.1.4
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bankai
4
- VERSION = '0.10.0'
4
+ VERSION = '0.11.0'
5
5
  RUBY_VERSION = '2.6.7'
6
6
  RAILS_VERSION = '5.2.0'
7
7
  RUBOCOP_VERSION = '1.8.1'
@@ -55,10 +55,14 @@ rubocop:
55
55
  - schedules
56
56
 
57
57
  brakeman:
58
- extends: .common
58
+ image: registry.gitlab.com/gitlab-org/security-products/analyzers/brakeman:2
59
59
  stage: lint
60
+ allow_failure: true
60
61
  script:
61
- - bundle exec brakeman
62
+ - /analyzer run
63
+ artifacts:
64
+ reports:
65
+ sast: gl-sast-report.json
62
66
  except:
63
67
  - schedules
64
68
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bankai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - 5xRuby
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-04-09 00:00:00.000000000 Z
12
+ date: 2021-05-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
208
  - !ruby/object:Gem::Version
209
209
  version: '0'
210
210
  requirements: []
211
- rubygems_version: 3.0.3
211
+ rubygems_version: 3.0.3.1
212
212
  signing_key:
213
213
  specification_version: 4
214
214
  summary: The Rails template for 5xRuby