Skip to content

Commit

Permalink
Add 3.3.0 to tool versions. Add rubocop to gemspec dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Mar 21, 2024
1 parent 4f7f3ab commit 619c937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.3.0
1 change: 1 addition & 0 deletions queue_classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0.0"
spec.add_runtime_dependency "pg", ">= 1.1", "< 2.0"
spec.add_development_dependency "activerecord", ">= 5.0.0", "< 6.1"
spec.add_development_dependency "rubocop"
end

0 comments on commit 619c937

Please sign in to comment.