Skip to content

Commit

Permalink
Bump dependency on factory_girl
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Apr 6, 2012
1 parent a6ccbcb commit cd31733
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 (3.0.0)
factory_girl (~> 3.0.0)
factory_girl (~> 3.1.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 (3.0.0)
factory_girl (3.1.0)
activesupport (>= 3.0.0)
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', '~> 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 3.1.0')

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

0 comments on commit cd31733

Please sign in to comment.