Skip to content

Commit

Permalink
Fix gemspec for updated i18n dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Jul 18, 2017
1 parent aabf170 commit 1b9e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'git-version-bump', '~> 0.15'
s.add_development_dependency 'github-release', '~> 0.1'
s.add_development_dependency 'i18n', '~> 0.4'
s.add_development_dependency 'i18n', '~> 0.5', '>= 0.5.2'
# json versions earlier than 1.8.5 don't build on newer Ruby versions
s.add_development_dependency 'json', '~> 1.8', '>= 1.8.5'
# Later versions of mime-types depend on mime-types-data, which
Expand Down

1 comment on commit 1b9e47b

@stereobooster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot

Please sign in to comment.