Sha256: 856f805cdfd7e3f14a26b650c62c761b8037f3841db0b549770e766a42e43d02

Contents?: true

Size: 207 Bytes

Versions: 7

Compression:

Stored size: 207 Bytes

Contents

source 'https://rubygems.org'

#gemspec

version = ENV['AR_VERSION'] || "4.2"

if version > "4.0"
  gem "minitest"
end

gem 'mocha'

eval_gemfile File.expand_path("../gemfiles/#{version}.gemfile", __FILE__)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activerecord_bulkoperation-0.0.8 Gemfile
activerecord_bulkoperation-0.0.7 Gemfile
activerecord_bulkoperation-0.0.6 Gemfile
activerecord_bulkoperation-0.0.5 Gemfile
activerecord_bulkoperation-0.0.4 Gemfile
activerecord_bulkoperation-0.0.3 Gemfile
activerecord_bulkoperation-0.0.2 Gemfile