Skip to content

Commit

Permalink
Added annotate-models gem to Gemfile. (l6.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfink committed Dec 16, 2010
1 parent f0c9daf commit 6799e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ gem 'RedCloth', '>= 4.1.1'

group :development do
gem 'rspec-rails'
gem 'annotate-models'
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -29,6 +29,7 @@ GEM
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
annotate-models (1.0.4)
arel (2.0.6)
builder (2.1.2)
diff-lcs (1.1.2)
Expand Down Expand Up @@ -90,6 +91,7 @@ PLATFORMS

DEPENDENCIES
RedCloth (>= 4.1.1)
annotate-models
rails
rspec
rspec-rails
Expand Down

0 comments on commit 6799e13

Please sign in to comment.