Skip to content

Commit

Permalink
Merge pull request #1124 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
gemspec: Prefer the "add_dependency" method
  • Loading branch information
pama authored Sep 15, 2024
2 parents ba6412d + c23708e commit 68877ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.required_rubygems_version = '>= 1.8.11'

s.add_runtime_dependency('i18n', '>= 0.7', '< 2')
s.add_runtime_dependency('railties', '>= 6.0.0', '< 8')
s.add_dependency('i18n', '>= 0.7', '< 2')
s.add_dependency('railties', '>= 6.0.0', '< 8')
s.add_development_dependency "rspec-rails", "~> 3.7"
s.add_development_dependency "i18n-spec", "~> 0.6.0"
s.add_development_dependency 'i18n-tasks', '~> 0.9.37'
Expand Down

0 comments on commit 68877ea

Please sign in to comment.