brew vendor-gems: commit updates.

This commit is contained in:
Mike McQuaid 2020-01-09 14:21:29 +00:00
parent b5c82e59bb
commit 44f00af10a
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
33 changed files with 2 additions and 2 deletions

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