mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
# This file was generated by Appraisal
|
|
|
|
source "http://rubygems.org"
|
|
|
|
gem "rails", "~> 3.2.6"
|
|
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 "mongoid", "~> 2.1.0"
|
|
|
|
gemspec :path=>"../" |