Update charlock_holmes to 0.7.6

This is needed for [ICU 61 compatibility](018be85326)
pull/13806/head
Raul Marin 7 years ago
parent 4364fa7455
commit 588be79b6c

@ -50,7 +50,7 @@ end
gem 'roo', '1.13.2' gem 'roo', '1.13.2'
gem 'state_machine', '1.1.2' gem 'state_machine', '1.1.2'
gem 'typhoeus', '0.7.2' gem 'typhoeus', '0.7.2'
gem 'charlock_holmes', '0.7.5' gem 'charlock_holmes', '0.7.6'
gem 'dbf', '2.0.6' gem 'dbf', '2.0.6'
gem 'faraday', '0.9.0' gem 'faraday', '0.9.0'
gem 'retriable', '1.4.1' # google-api-client needs this gem 'retriable', '1.4.1' # google-api-client needs this

@ -76,7 +76,7 @@ GEM
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0) selenium-webdriver (~> 2.0)
xpath (~> 0.1.4) xpath (~> 0.1.4)
charlock_holmes (0.7.5) charlock_holmes (0.7.6)
childprocess (0.5.9) childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
chronic (0.10.2) chronic (0.10.2)
@ -381,7 +381,7 @@ DEPENDENCIES
bartt-ssl_requirement (~> 1.4.0) bartt-ssl_requirement (~> 1.4.0)
byebug byebug
capybara (= 1.1.2) capybara (= 1.1.2)
charlock_holmes (= 0.7.5) charlock_holmes (= 0.7.6)
ci_reporter (= 1.8.4) ci_reporter (= 1.8.4)
compass (= 1.0.3) compass (= 1.0.3)
db-query-matchers (= 0.4.0) db-query-matchers (= 0.4.0)
@ -451,4 +451,4 @@ DEPENDENCIES
zeus zeus
BUNDLED WITH BUNDLED WITH
1.15.1 1.16.1

Loading…
Cancel
Save