mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
20 lines
351 B
Plaintext
20 lines
351 B
Plaintext
# This file was generated by Appraisal
|
|
|
|
source "http://rubygems.org"
|
|
|
|
gem "rails", "~> 4.2.0"
|
|
gem "rspec", "~> 3.0.0"
|
|
gem "rspec-rails", "~> 3.0.0"
|
|
gem "timecop"
|
|
gem "rspec_tag_matchers"
|
|
gem "byebug"
|
|
gem "appraisal"
|
|
gem "sqlite3"
|
|
gem "nokogiri", "1.6.7"
|
|
|
|
group :active_record do
|
|
gem "sqlite3-ruby", :require => "sqlite3"
|
|
end
|
|
|
|
gemspec :path => "../"
|