Skip to content

Commit

Permalink
Merge pull request #147 from SonicGarden/0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Aug 10, 2023
2 parents 1be43e3 + a927567 commit 4735e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sgcop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sgcop
VERSION = '0.10.6'.freeze
VERSION = '0.10.7'.freeze
end
4 changes: 2 additions & 2 deletions sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'rubocop', '~> 1.55.0'
spec.add_dependency 'rubocop', '~> 1.56.0'
spec.add_dependency 'rubocop-capybara', '~> 2.18.0'
spec.add_dependency 'rubocop-factory_bot', '~> 2.23.1'
spec.add_dependency 'rubocop-performance', '~> 1.18.0'
spec.add_dependency 'rubocop-rails', '~> 2.20.0'
spec.add_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_dependency 'rubocop-rspec', '~> 2.23.0'
spec.add_dependency 'rubocop-rspec', '~> 2.23.1'
end

0 comments on commit 4735e88

Please sign in to comment.