]> cat aescling's git repositories - mastodon.git/commitdiff
Upgrade charlock_holmes to version 0.7.6 (#6966)
authorPierre-Morgan Gate <pgate@users.noreply.github.com>
Fri, 30 Mar 2018 07:52:44 +0000 (00:52 -0700)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 30 Mar 2018 07:52:44 +0000 (09:52 +0200)
This version fixes compilation errors when trying to build its native extension with ICU 61.

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 29fa9cde76f3d3dfe264b2c1b405097550f54006..9e644e7ae3031113072a918f4d37d8c01c11210b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,7 @@ gem 'active_model_serializers', '~> 0.10'
 gem 'addressable', '~> 2.5'
 gem 'bootsnap'
 gem 'browser'
-gem 'charlock_holmes', '~> 0.7.5'
+gem 'charlock_holmes', '~> 0.7.6'
 gem 'iso-639'
 gem 'chewy', '~> 5.0'
 gem 'cld3', '~> 3.2.0'
index f68419d8ee01f2cc2189cf8623c8ace80c5fad62..a185a602ee88f2c175aed10e200058da53768e73 100644 (file)
@@ -113,7 +113,7 @@ GEM
       xpath (~> 2.0)
     case_transform (0.2)
       activesupport
-    charlock_holmes (0.7.5)
+    charlock_holmes (0.7.6)
     chewy (5.0.0)
       activesupport (>= 4.0)
       elasticsearch (>= 2.0.0)
@@ -632,7 +632,7 @@ DEPENDENCIES
   capistrano-rbenv (~> 2.1)
   capistrano-yarn (~> 2.0)
   capybara (~> 2.15)
-  charlock_holmes (~> 0.7.5)
+  charlock_holmes (~> 0.7.6)
   chewy (~> 5.0)
   cld3 (~> 3.2.0)
   climate_control (~> 0.2)