Sha256: ea265962e5e96e51fade0426ee00f901bd344b6d96ed24584652e5af4cce1678
Contents?: true
Size: 319 Bytes
Versions: 7
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true require 'rails/info' # add additional property for info # The current thread information Rails::Info.property 'Thread' do ::RubySmart::Support::ThreadInfo.info end # The current Bundler version Rails::Info.property 'Bundler' do ::Bundler::VERSION if defined?(::Bundler::VERSION) end
Version data entries
7 entries across 7 versions & 1 rubygems