Sha256: 207bf9a9bb19370df7169c44f6f63604128919e4e3e0800fe655841ea11223ab

Contents?: true

Size: 292 Bytes

Versions: 50

Compression:

Stored size: 292 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in object_attorney.gemspec
gemspec

group :development, :test do
  gem "rspec", "~> 2.11"
  gem "sqlite3"
  gem "activerecord"
  #gem 'database_cleaner'
  gem "pry"

  unless ENV["CI"]
    gem "guard-rspec", "~> 0.7"
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
object_attorney-2.2.4 Gemfile
object_attorney-2.2.3 Gemfile
object_attorney-2.2.2 Gemfile
object_attorney-2.2.1 Gemfile
object_attorney-2.1.3 Gemfile
object_attorney-2.1.2 Gemfile
object_attorney-2.1.1 Gemfile
object_attorney-1.2.1 Gemfile
object_attorney-1.1.2 Gemfile
object_attorney-1.1.1 Gemfile