Sha256: 1480858af39838db13a2971119c5f35350d523909791993edb14b13894d33373

Contents?: true

Size: 571 Bytes

Versions: 4

Compression:

Stored size: 571 Bytes

Contents

source 'http://gems.moneydesktop.com'
source 'https://rubygems.org'

# Specify your gem's dependencies in protobuf-activerecord.gemspec
gemspec

gem 'builder', '~> 3.0.4' # Builder 3.1.x is not supported by Active Record
                          # and Bundler has trouble resolving the dependency
                          # with Geminabox.

gem 'timecop', '~> 0.3.5', :group => :development # Timecop 0.4.x is has a bug
                                                  # when dealing with timezones
                                                  # on Time objects.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
protobuf-activerecord-1.1.0 Gemfile
protobuf-activerecord-1.0.5 Gemfile
protobuf-activerecord-1.0.4 Gemfile
protobuf-activerecord-1.0.3 Gemfile