Skip to content

Commit

Permalink
Downgrading i18n requirement to match rails version. Closes feedjira#61
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Jul 26, 2011
1 parent ffc7f88 commit 8835e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedzirra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'loofah', ['~> 1.0.0']
s.add_runtime_dependency 'rdoc', ['~> 3.8']
s.add_runtime_dependency 'rake', ['>= 0.9.2']
s.add_runtime_dependency 'i18n', ['~> 0.6.0']
s.add_runtime_dependency 'i18n', ['~> 0.5.0']

s.add_development_dependency 'rspec', ['~> 2.6.0']
end

0 comments on commit 8835e1f

Please sign in to comment.