Skip to content

Commit

Permalink
Merge pull request #254 from sue445/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 authored Jul 12, 2024
2 parents 8b155bd + bb3d977 commit 189f192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rubocop-isucon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Gem::Specification.new do |spec|
# For more information and examples about making a new gem, checkout our
# guide at: https://bundler.io/guides/creating_gem.html

spec.add_runtime_dependency "activerecord", ">= 6.1.0"
spec.add_runtime_dependency "gda", "!= 1.1.2"
spec.add_runtime_dependency "rubocop", ">= 1.49.0"
spec.add_runtime_dependency "rubocop-performance", ">= 1.20.1"
spec.add_dependency "activerecord", ">= 6.1.0"
spec.add_dependency "gda", "!= 1.1.2"
spec.add_dependency "rubocop", ">= 1.49.0"
spec.add_dependency "rubocop-performance", ">= 1.20.1"

spec.add_development_dependency "benchmark-ips"
spec.add_development_dependency "pry-byebug"
Expand Down

0 comments on commit 189f192

Please sign in to comment.