From 97de9b44589b0c6963b9035096034512d733273c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 11:25:59 +0000 Subject: [PATCH] Update rghost requirement from = 0.9.5 to = 0.9.7 Updates the requirements on [rghost](http://rghost.rubyforge.org) to permit the latest version. Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 22 +++++++++++----------- brcobranca.gemspec | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a843b955e..e8e752589 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,22 +5,23 @@ PATH activemodel (>= 3) i18n parseline (~> 1.0.3) - rghost (= 0.9.5) + rghost (= 0.9.7) rghost_barcode (~> 0.9) unidecoder (>= 1.1.2) GEM remote: https://rubygems.org/ specs: - activemodel (6.0.1) - activesupport (= 6.0.1) - activesupport (6.0.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) + activemodel (4.2.11.1) + activesupport (= 4.2.11.1) + builder (~> 3.1) + activesupport (4.2.11.1) + i18n (~> 0.7) minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - zeitwerk (~> 2.2) ast (2.4.0) + builder (3.2.3) codeclimate-test-reporter (1.0.9) simplecov (<= 0.13) coderay (1.1.2) @@ -33,7 +34,7 @@ GEM thor (= 0.18.1) diff-lcs (1.3) docile (1.1.5) - i18n (1.7.0) + i18n (0.9.5) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.2.0) @@ -41,7 +42,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - minitest (5.13.0) + minitest (5.12.0) multi_json (1.13.1) parallel (1.19.0) parseline (1.0.3) @@ -54,7 +55,7 @@ GEM rake (12.3.2) rest-client (1.6.7) mime-types (>= 1.16) - rghost (0.9.5) + rghost (0.9.7) rghost_barcode (0.9) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -96,7 +97,6 @@ GEM thread_safe (~> 0.1) unicode-display_width (1.6.0) unidecoder (1.1.2) - zeitwerk (2.2.1) PLATFORMS ruby diff --git a/brcobranca.gemspec b/brcobranca.gemspec index 60d2b26c6..0fc0d10c7 100644 --- a/brcobranca.gemspec +++ b/brcobranca.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |gem| gem.required_ruby_version = '>= 1.9' # Gems that must be intalled for sift to work - gem.add_dependency 'rghost', '0.9.5' + gem.add_dependency 'rghost', '0.9.7' gem.add_dependency 'rghost_barcode', '~> 0.9' gem.add_dependency 'parseline', '~> 1.0.3' gem.add_dependency 'activemodel', '>= 3'