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
rokumatsumoto committed Oct 25, 2019
1 parent 7d35655 commit 45e1a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5'
# gem 'capistrano-rails', group: :development

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
gem 'bootsnap', '~> 1.4', '>= 1.4.5', require: false
# Authentication
gem 'devise', '~> 4.7', '>= 4.7.1'
gem 'devise-i18n', '~> 1.7', '>= 1.7.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -83,7 +83,7 @@ GEM
binding_ninja (0.2.3)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.4.0)
bootsnap (1.4.5)
msgpack (~> 1.0)
brakeman (4.4.0)
builder (3.2.3)
Expand Down Expand Up @@ -257,7 +257,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.12.2)
msgpack (1.2.6)
msgpack (1.3.1)
multi_json (1.13.1)
nenv (0.3.0)
nio4r (2.5.2)
Expand Down Expand Up @@ -492,7 +492,7 @@ DEPENDENCIES
aws-sdk-s3 (~> 1.48)
better_errors (~> 2.5)
binding_of_caller (~> 0.8.0)
bootsnap (>= 1.1.0)
bootsnap (~> 1.4, >= 1.4.5)
bullet (~> 5.9)
bundler-audit (~> 0.6.1)
capybara (~> 3.13, >= 3.13.2)
Expand Down

0 comments on commit 45e1a5f

Please sign in to comment.