Skip to content

Commit

Permalink
Update factory_girl to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Feb 17, 2012
1 parent aa74edd commit 57a4143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0)
factory_girl (~> 2.6.0)
railties (>= 3.0.0)

GEM
Expand Down Expand Up @@ -56,8 +56,8 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.5.0)
activesupport
factory_girl (2.6.0)
activesupport (>= 2.3.9)
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rake (0.9.2.2)
rdiscount (1.6.8)
rspec (2.6.0)
rspec-core (~> 2.6.0)
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.5.0')
s.add_runtime_dependency('factory_girl', '~> 2.6.0')

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

0 comments on commit 57a4143

Please sign in to comment.