Merge pull request #6912 from Homebrew/dependabot/bundler/Library/Homebrew/i18n-1.8.1

build: bump i18n from 1.7.1 to 1.8.1 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2020-01-09 15:36:58 +00:00 committed by GitHub
commit d08600c56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ GEM
hpricot (0.8.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.7.1)
i18n (1.8.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.0)

View File

@ -4,7 +4,7 @@ ruby_engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby'
ruby_version = RbConfig::CONFIG["ruby_version"]
path = File.expand_path('..', __FILE__)
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/concurrent-ruby-1.1.5/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/i18n-1.7.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/i18n-1.8.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/minitest-5.13.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thread_safe-0.3.6/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tzinfo-1.2.6/lib"

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module I18n
VERSION = "1.7.1"
VERSION = "1.8.1"
end