]> cat aescling's git repositories - mastodon.git/commitdiff
Update bootsnap to 0.3.0 (fix xattr.h error) (#3390)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 28 May 2017 14:32:29 +0000 (16:32 +0200)
committerGitHub <noreply@github.com>
Sun, 28 May 2017 14:32:29 +0000 (16:32 +0200)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index abee826d40bf924fbd769eefcb3bed8e7bcfcc2a..225e7cf48660ff3d453568cbc99a7ed318c3e372 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -19,7 +19,7 @@ gem 'paperclip', '~> 5.1'
 gem 'paperclip-av-transcoder', '~> 0.6'
 
 gem 'addressable', '~> 2.5'
-gem 'bootsnap'
+gem 'bootsnap', '~> 0.3'
 gem 'cld3', '~> 3.1'
 gem 'devise', '~> 4.2'
 gem 'devise-two-factor', '~> 3.0'
index fd463edf55369d37b4ba7c310453052c3ab5436d..4d27dc9be91b004dac4780c8982feaecec083dd5 100644 (file)
@@ -67,7 +67,7 @@ GEM
       rack (>= 0.9.0)
     binding_of_caller (0.7.2)
       debug_inspector (>= 0.0.1)
-    bootsnap (0.2.14)
+    bootsnap (0.3.0)
       msgpack (~> 1.0)
     brakeman (3.6.1)
     builder (3.2.3)
@@ -474,7 +474,7 @@ DEPENDENCIES
   aws-sdk (~> 2.9)
   better_errors (~> 2.1)
   binding_of_caller (~> 0.7)
-  bootsnap
+  bootsnap (~> 0.3)
   brakeman (~> 3.6)
   bullet (~> 5.5)
   bundler-audit (~> 0.5)