Skip to content

Commit

Permalink
Bump bootsnap to a version with disables iseq_cache for Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Apr 26, 2019
1 parent fb42684 commit fa0ce5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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

0 comments on commit fa0ce5c

Please sign in to comment.