summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-05-08 12:00:48 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2021-05-08 12:05:25 +0200
commit04c5aaaec4041580749125bd647f108f1ccf9253 (patch)
tree98f94bc403a59a335bf8499ab1941f99289e7dc8 /Gemfile
parentab480f476007120387590becf415099625c5e909 (diff)
downloadchef-04c5aaaec4041580749125bd647f108f1ccf9253.tar.gz
Remove comment no longer relevant
Since https://github.com/rubygems/rubygems/commit/58f74018dfef25704a42f38467094c4c1391e54f, the previous behaviour of gemspec was restored, so the comment is no longer relevant on recent bundler versions. This should fall into the "obvious fix" rule I think!
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index d90d0625cd..4872842a5a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,10 +1,5 @@
source "https://rubygems.org"
-# Note we do not use the gemspec DSL which restricts to the
-# gemspec for the current platform and filters out other platforms
-# during a bundle lock operation. We actually want dependencies from
-# both of our gemspecs. Also note this this mimics gemspec behavior
-# of bundler versions prior to 1.12.0 (https://github.com/bundler/bundler/commit/193a14fe5e0d56294c7b370a0e59f93b2c216eed)
gem "chef", path: "."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master"