Skip to content

Commit

Permalink
update brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
Heron committed Sep 8, 2021
1 parent c81c066 commit 89af70a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rubocop-ci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'rubocop-ci'
s.version = '1.0.2'
s.version = '1.0.3'
s.date = '2015-03-17'
s.summary = 'Runs rubocop with our settings'
s.description = ''
s.authors = ['ad2games GmbH']
s.email = 'developers@ad2games.com'
s.authors = ['combostrike GmbH']
s.email = 'developers@combostrike.com'
s.files = Dir['lib/**/*', 'exe/**/*']
s.bindir = 'exe'
s.executables = %w[i18n-lint clockwork-lint]
s.homepage = 'http://www.ad2games.com'
s.homepage = 'http://www.combostrike.com'
s.license = ''

s.add_dependency 'coffeelint', '~> 1.16.0'
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'slim_lint', '~> 0.16.1'

# Use brakeman with less dependencies, but still have nice output
s.add_dependency 'brakeman-min', '~> 4.3'
s.add_dependency 'brakeman-min'
s.add_dependency 'highline'
s.add_dependency 'terminal-table'
end

0 comments on commit 89af70a

Please sign in to comment.