Skip to content

Commit

Permalink
Update gemspec version locks
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 6, 2024
1 parent 3b88f4c commit d3d5261
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions good_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d3d5261

Please sign in to comment.