diff --git a/Gemfile.lock b/Gemfile.lock index 7e39d83b..bee7fc9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,9 +2,9 @@ PATH remote: . specs: good_job (3.30.1) - activejob (>= 6.0.0) - activerecord (>= 6.0.0) - concurrent-ruby (>= 1.0.2) + activejob (>= 6.1.0) + activerecord (>= 6.1.0) + concurrent-ruby (>= 1.3.1) fugit (>= 1.1) railties (>= 6.0.0) thor (>= 0.14.1) @@ -146,7 +146,7 @@ GEM xpath (~> 3.2) chef-utils (18.3.0) concurrent-ruby - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) console (1.23.2) fiber-annotation diff --git a/good_job.gemspec b/good_job.gemspec index 4bbd571c..b4a91938 100644 --- a/good_job.gemspec +++ b/good_job.gemspec @@ -42,11 +42,11 @@ Gem::Specification.new do |spec| "--quiet" ] - spec.required_ruby_version = ">= 2.6.0" + spec.required_ruby_version = ">= 3.0.0" - spec.add_runtime_dependency "activejob", ">= 6.0.0" - spec.add_runtime_dependency "activerecord", ">= 6.0.0" - spec.add_runtime_dependency "concurrent-ruby", ">= 1.0.2" + spec.add_runtime_dependency "activejob", ">= 6.1.0" + spec.add_runtime_dependency "activerecord", ">= 6.1.0" + spec.add_runtime_dependency "concurrent-ruby", ">= 1.3.1" spec.add_runtime_dependency "fugit", ">= 1.1" spec.add_runtime_dependency "railties", ">= 6.0.0" spec.add_runtime_dependency "thor", ">= 0.14.1"