Sha256: ac868849d861e2a9a0177f364a5c5940aef5de05d773a1b34110e112dd7672cd

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  warn 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
Bundler.require :default, :development, :test

Combustion.path = ''
Combustion.initialize! 'sequel_rails' do
  if Rails.gem_version >= Gem::Version.new('7.1.0')
    # Suppress warning about `cache_format_version`
    config.active_support.cache_format_version = 7.1
  end
end
Combustion::Application.load_tasks

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sequel-rails-1.2.3 spec/internal/Rakefile
sequel-rails-1.2.2 spec/internal/Rakefile