Skip to content

Commit

Permalink
Revert "(GH-2291) Enable Bootsnap"
Browse files Browse the repository at this point in the history
  • Loading branch information
beechtom committed Sep 14, 2021
1 parent 197244c commit 2781135
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion bolt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "addressable", '~> 2.5'
spec.add_dependency "aws-sdk-ec2", '~> 1'
spec.add_dependency "bootsnap", '~> 1.7'
spec.add_dependency "CFPropertyList", "~> 2.2"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "ffi", ">= 1.9.25", "< 2.0.0"
Expand Down
7 changes: 0 additions & 7 deletions exe/bolt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

if RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/
require 'bootsnap'
Bootsnap.setup(
cache_dir: File.join(ENV['ProgramData'], 'PuppetLabs', 'bolt'),
load_path_cache: false
)
end
require 'bolt'
require 'bolt/cli'

Expand Down

0 comments on commit 2781135

Please sign in to comment.