Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Update rghost requirement from = 0.9.5 to = 0.9.7 #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -33,15 +34,15 @@ 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)
method_source (0.9.2)
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)
Expand All @@ -54,7 +55,7 @@ GEM
rake (13.0.1)
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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion brcobranca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down