mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
This simplifies the code a lot and fixes the issues with date and time colummns when using the plugin parser. Add appraisals for all rails 3 versions
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
# This file was generated by Appraisal
|
|
|
|
source "http://rubygems.org"
|
|
|
|
gem "rspec", "~> 2.8"
|
|
gem "rspec-rails", "~> 2.8"
|
|
gem "timecop"
|
|
gem "rspec_tag_matchers"
|
|
gem "ruby-debug", :platforms=>[:ruby_18, :jruby]
|
|
gem "debugger", :platforms=>[:ruby_19]
|
|
gem "appraisal"
|
|
gem "sqlite3"
|
|
gem "rails", "~> 3.0.0"
|
|
|
|
gemspec :path=>"../" |