Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bootsnap to a version with disables iseq_cache for Ruby 2.5 #36104

Merged
merged 1 commit into from Apr 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -45,7 +45,7 @@ gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false

# for railties app_generator_test
gem "bootsnap", ">= 1.4.2", require: false
gem "bootsnap", ">= 1.4.4", require: false

# Active Job
group :job do
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -167,9 +167,9 @@ GEM
childprocess
faraday
selenium-webdriver
bootsnap (1.4.2)
bootsnap (1.4.4)
msgpack (~> 1.0)
bootsnap (1.4.2-java)
bootsnap (1.4.4-java)
msgpack (~> 1.0)
builder (3.2.3)
bunny (2.13.0)
Expand Down Expand Up @@ -327,10 +327,10 @@ GEM
minitest-server (1.0.5)
minitest (~> 5.0)
mono_logger (1.1.0)
msgpack (1.2.9)
msgpack (1.2.9-java)
msgpack (1.2.9-x64-mingw32)
msgpack (1.2.9-x86-mingw32)
msgpack (1.2.10)
msgpack (1.2.10-java)
msgpack (1.2.10-x64-mingw32)
msgpack (1.2.10-x86-mingw32)
multi_json (1.13.1)
multipart-post (2.0.0)
mustache (1.1.0)
Expand Down Expand Up @@ -548,7 +548,7 @@ DEPENDENCIES
benchmark-ips
blade
blade-sauce_labs_plugin
bootsnap (>= 1.4.2)
bootsnap (>= 1.4.4)
byebug
capybara (>= 2.15)
connection_pool
Expand Down
Expand Up @@ -28,7 +28,7 @@ ruby <%= "'#{RUBY_VERSION}'" -%>

<% if depend_on_bootsnap? -%>
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
gem 'bootsnap', '>= 1.4.4', require: false

<%- end -%>
<%- if options.api? -%>
Expand Down