Skip to content

Commit

Permalink
Remove ruby version from Gemfile
Browse files Browse the repository at this point in the history
This is controled by the vendored package from bosh-package-ruby-release
and/or the .ruby-version file
  • Loading branch information
aramprice committed Aug 9, 2024
1 parent 809d35d commit dd6cd21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source 'https://rubygems.org'

ruby '~> 3.2.0'

gem 'bosh-core', path: 'bosh-core'
gem 'bosh-director', path: 'bosh-director'
gem 'bosh-director-core', path: 'bosh-director-core'
Expand Down
3 changes: 0 additions & 3 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,5 @@ DEPENDENCIES
unix-crypt
webmock

RUBY VERSION
ruby 3.2.0p0

BUNDLED WITH
2.4.22

0 comments on commit dd6cd21

Please sign in to comment.