Skip to content

Commit

Permalink
Update rainbow version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlkelly committed Aug 28, 2024
1 parent 2330b3c commit 8af8b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rainbow", ">= 3"
spec.add_dependency "rainbow", ">= 2"
spec.add_development_dependency "bundler", ">= 1.16", "< 3.0"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 8af8b66

Please sign in to comment.