Skip to content

Commit

Permalink
Relaxed JSON gem requirement to ~> 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rslifka committed Mar 19, 2011
1 parent f22469c commit 82f6559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gherkin.gemspec
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake-compiler', '~> 0.7.5')
end

s.add_dependency('json', '~> 1.4.6')
s.add_dependency('json', '~> 1.4')

s.add_development_dependency('rake', '~> 0.8.7')
s.add_development_dependency('bundler', '~> 1.0.10')
Expand All @@ -58,4 +58,4 @@ Gem::Specification.new do |s|
# Only needed by Cucumber. Remove when Cucumber no longer needs those.
s.add_development_dependency('term-ansicolor', '~> 1.0.5')
s.add_development_dependency('builder', '~> 3.0.0')
end
end

0 comments on commit 82f6559

Please sign in to comment.