Skip to content

Commit

Permalink
Update dependency to Factory Girl 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Oct 15, 2011
1 parent 987a488 commit 1267f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_girl_rails (1.2.0)
factory_girl (~> 2.1.0)
factory_girl (~> 2.2.0)
railties (>= 3.0.0)

GEM
Expand Down Expand Up @@ -56,7 +56,8 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.1.0)
factory_girl (2.2.0)
activesupport
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
Expand Down
2 changes: 1 addition & 1 deletion factory_girl_rails.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 2.1.0')
s.add_runtime_dependency('factory_girl', '~> 2.2.0')
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('cucumber', '~> 1.0.0')
Expand Down

0 comments on commit 1267f5a

Please sign in to comment.