Sha256: 99347f82d1bb3669ed9556f573184ed952062fc41a29af335158ce2cbbf2dae2
Contents?: true
Size: 209 Bytes
Versions: 45
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true begin require "builder" rescue LoadError => e warn "You don't have builder installed in your application. Please add it to your Gemfile and run bundle install" raise e end
Version data entries
45 entries across 45 versions & 8 rubygems