Skip to content

Commit

Permalink
un-pin talentbox-delayed_job_sequel gem
Browse files Browse the repository at this point in the history
This gem is currently pinned at the latest version so there should be no
risk at this point.
  • Loading branch information
aramprice committed Sep 27, 2024
1 parent 7446683 commit 15bc2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PATH
sequel (~> 5.29.0)
sinatra (~> 2.2.0)
sys-filesystem (~> 1.4.1)
talentbox-delayed_job_sequel (~> 4.3)
talentbox-delayed_job_sequel
tzinfo-data
unix-crypt (~> 1.3.0)

Expand Down
2 changes: 1 addition & 1 deletion src/bosh-director/bosh-director.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sequel', '~>5.29.0'
spec.add_dependency 'sinatra', '~>2.2.0'
spec.add_dependency 'sys-filesystem', '~>1.4.1'
spec.add_dependency 'talentbox-delayed_job_sequel', '~>4.3'
spec.add_dependency 'talentbox-delayed_job_sequel'
spec.add_dependency 'tzinfo-data'
spec.add_dependency 'unix-crypt', '~>1.3.0'

Expand Down

0 comments on commit 15bc2e5

Please sign in to comment.