Skip to content

Commit

Permalink
Merge pull request #145 from SonicGarden/0.10.5
Browse files Browse the repository at this point in the history
[review] 0.10.5
  • Loading branch information
aki77 authored Jul 28, 2023
2 parents 65f4376 + e3437bc commit e7d38e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4'.freeze
VERSION = '0.10.5'.freeze
end
2 changes: 1 addition & 1 deletion sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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.54.0'
spec.add_dependency 'rubocop', '~> 1.55.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'
Expand Down

0 comments on commit e7d38e7

Please sign in to comment.