danmcclain/postgres_ext

View on GitHub
gemfiles/Gemfile.activerecord-4.0.x

Summary

Maintainability
Test Coverage
source "https://rubygems.org"

gemspec :path => '..'

gem "activerecord", "~>4.0.0"

unless ENV['CI'] || RUBY_PLATFORM =~ /java/
  gem 'byebug'
end