Sha256: 3edc740d38b7c9c09de87bdbc9186321094790ebeebc7e546d4572628ab28349

Contents?: true

Size: 700 Bytes

Versions: 11

Compression:

Stored size: 700 Bytes

Contents

source 'https://rubygems.org'

gemspec


group :development, :test do

  # for bundler, management, etc etc
  gem "bundler", "~> 1.15"
  gem "rake",    "~> 12" 
  gem "rspec",   "~> 3.7"
  gem 'pry'
  gem "pry-doc"

  # For testing
  gem "sequel",         "~> 5.3" 
  gem "nebulous_stomp", "~> 3"

  platforms :ruby do
    gem "sqlite3",  "~> 1.3"
    gem "tiny_tds", "~> 1.0" # currently pinned to 1.0 because of FreeBDS 0.95 (Centos)
    gem "pg"
  end

  platforms :jruby do
    gem "jruby-lint"
    gem "jeremyevans-postgres-pr"
    gem 'jdbc-mssqlserver'
    gem 'jdbc-postgres', '9.4.1200'
  end


  # Development tools
  platforms :ruby do
    gem "rdoc"
    gem "ripper-tags"
  end
  
end



Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pod4-0.10.6 Gemfile
pod4-0.10.5 Gemfile
pod4-0.10.4 Gemfile
pod4-0.10.3 Gemfile
pod4-0.10.2 Gemfile
pod4-0.10.1 Gemfile
pod4-0.10.0 Gemfile
pod4-0.9.3 Gemfile
pod4-0.9.2 Gemfile
pod4-0.9.1 Gemfile
pod4-0.9.0 Gemfile