Skip to content

Commit

Permalink
Update dependency on factory_girl to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 13, 2012
1 parent 06861a9 commit c5f993f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_girl_rails (1.4.0)
factory_girl (~> 2.3.0)
factory_girl (~> 2.4.0)
railties (>= 3.0.0)

GEM
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.3.0)
factory_girl (2.4.0)
activesupport
ffi (1.0.9)
gherkin (2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion factory_girl_rails.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 2.3.0')
s.add_runtime_dependency('factory_girl', '~> 2.4.0')

s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 2.6.0')
Expand Down

0 comments on commit c5f993f

Please sign in to comment.