Sha256: 40d53b4261ad54caac4c72b56d54b02c83b5c710256b1f8b5ac3fcbd2b7df09e

Contents?: true

Size: 267 Bytes

Versions: 8

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

require 'rubygems'
gemfile = File.expand_path('../../../../Gemfile', __FILE__)

if File.exist?(gemfile)
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
end

$:.unshift File.expand_path('../../../../lib', __FILE__)

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ckeditor-5.1.3 test/dummy/config/boot.rb
ckeditor-5.1.2 test/dummy/config/boot.rb
ckeditor-5.1.1 test/dummy/config/boot.rb
glebtv-ckeditor-4.14.1 test/dummy/config/boot.rb
ckeditor-5.1.0 test/dummy/config/boot.rb
glebtv-ckeditor-4.13.1 test/dummy/config/boot.rb
glebtv-ckeditor-4.13.0 test/dummy/config/boot.rb
ckeditor-5.0.0 test/dummy/config/boot.rb