Skip to content

Commit

Permalink
Merge pull request #215 from gocardless/dependabot/bundler/gc_rubocon…
Browse files Browse the repository at this point in the history
…fig-tw-2.33.0

Update gc_ruboconfig requirement from ~> 2.32.0 to ~> 2.33.0
  • Loading branch information
thekeshavgoel authored Feb 10, 2022
2 parents 3abc490 + 3549617 commit 2dcc07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ Layout/DotPosition:
# this is quite aggressive.
Gemspec/RequiredRubyVersion:
Enabled: false

Rails/Blank:
Enabled: false
2 changes: 1 addition & 1 deletion ibandit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require File.expand_path("lib/ibandit/version", __dir__)

Gem::Specification.new do |gem|
gem.add_development_dependency "gc_ruboconfig", "~> 2.32.0"
gem.add_development_dependency "gc_ruboconfig", "~> 2.33.0"
gem.add_development_dependency "nokogiri", "~> 1.6"
gem.add_development_dependency "pry", "~> 0.13"
gem.add_development_dependency "pry-byebug", "~> 3.9"
Expand Down

0 comments on commit 2dcc07b

Please sign in to comment.