mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
remove ruby-debug from Gemfile for now
This commit is contained in:
parent
46eafe31a1
commit
57eef70b7c
1
Gemfile
1
Gemfile
@ -8,7 +8,6 @@ gem 'rspec', '>= 2.0.0.beta.17'
|
|||||||
gem 'rspec-rails', '>= 2.0.0.beta.17'
|
gem 'rspec-rails', '>= 2.0.0.beta.17'
|
||||||
gem 'timecop'
|
gem 'timecop'
|
||||||
gem 'rspec_tag_matchers'
|
gem 'rspec_tag_matchers'
|
||||||
gem 'ruby-debug'
|
|
||||||
|
|
||||||
group :mongoid do
|
group :mongoid do
|
||||||
gem 'mongoid', '2.0.0.beta.19'
|
gem 'mongoid', '2.0.0.beta.19'
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@ -40,13 +40,11 @@ GEM
|
|||||||
bson (1.1.1)
|
bson (1.1.1)
|
||||||
bson_ext (1.0.4)
|
bson_ext (1.0.4)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
columnize (0.3.1)
|
|
||||||
diff-lcs (1.1.2)
|
diff-lcs (1.1.2)
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
i18n (0.4.2)
|
i18n (0.4.2)
|
||||||
linecache (0.43)
|
mail (2.2.10)
|
||||||
mail (2.2.9)
|
|
||||||
activesupport (>= 2.3.6)
|
activesupport (>= 2.3.6)
|
||||||
i18n (~> 0.4.1)
|
i18n (~> 0.4.1)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
@ -95,16 +93,11 @@ GEM
|
|||||||
rspec_tag_matchers (1.0.0)
|
rspec_tag_matchers (1.0.0)
|
||||||
nokogiri (>= 1.4.0)
|
nokogiri (>= 1.4.0)
|
||||||
rspec-rails (>= 1.2.6)
|
rspec-rails (>= 1.2.6)
|
||||||
ruby-debug (0.10.3)
|
|
||||||
columnize (>= 0.1)
|
|
||||||
ruby-debug-base (~> 0.10.3.0)
|
|
||||||
ruby-debug-base (0.10.3)
|
|
||||||
linecache (>= 0.3)
|
|
||||||
sqlite3-ruby (1.3.1)
|
sqlite3-ruby (1.3.1)
|
||||||
thor (0.14.3)
|
thor (0.14.6)
|
||||||
timecop (0.3.5)
|
timecop (0.3.5)
|
||||||
timeliness (0.3.2)
|
timeliness (0.3.2)
|
||||||
treetop (1.4.8)
|
treetop (1.4.9)
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.23)
|
tzinfo (0.3.23)
|
||||||
will_paginate (3.0.pre2)
|
will_paginate (3.0.pre2)
|
||||||
@ -120,7 +113,6 @@ DEPENDENCIES
|
|||||||
rspec (>= 2.0.0.beta.17)
|
rspec (>= 2.0.0.beta.17)
|
||||||
rspec-rails (>= 2.0.0.beta.17)
|
rspec-rails (>= 2.0.0.beta.17)
|
||||||
rspec_tag_matchers
|
rspec_tag_matchers
|
||||||
ruby-debug
|
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
timecop
|
timecop
|
||||||
timeliness (~> 0.3.2)
|
timeliness (~> 0.3.2)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user