bump yard
This commit is contained in:
parent
98ba8840c7
commit
d9851b2368
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -174,7 +174,7 @@ group :development do
|
||||||
gem 'capistrano', '2.12.0', :require => false
|
gem 'capistrano', '2.12.0', :require => false
|
||||||
gem 'capistrano_colors', '0.5.5', :require => false
|
gem 'capistrano_colors', '0.5.5', :require => false
|
||||||
gem 'capistrano-ext', '1.2.1', :require => false
|
gem 'capistrano-ext', '1.2.1', :require => false
|
||||||
gem 'yard', '0.8.1', :require => false
|
gem 'yard', '0.8.2.1', :require => false
|
||||||
|
|
||||||
# for tracing AR object instantiation and memory usage per request
|
# for tracing AR object instantiation and memory usage per request
|
||||||
gem 'oink', '0.9.3'
|
gem 'oink', '0.9.3'
|
||||||
|
|
|
||||||
|
|
@ -450,7 +450,7 @@ GEM
|
||||||
will_paginate (3.0.3)
|
will_paginate (3.0.3)
|
||||||
xpath (0.1.4)
|
xpath (0.1.4)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
yard (0.8.1)
|
yard (0.8.2.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
@ -539,4 +539,4 @@ DEPENDENCIES
|
||||||
unicorn (= 4.3.1)
|
unicorn (= 4.3.1)
|
||||||
webmock (= 1.8.10)
|
webmock (= 1.8.10)
|
||||||
will_paginate (= 3.0.3)
|
will_paginate (= 3.0.3)
|
||||||
yard (= 0.8.1)
|
yard (= 0.8.2.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue