Skip to content

Commit

Permalink
Update i18n-js.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Jan 18, 2019
1 parent 5e53f02 commit 606b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n-js.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "i18n"
s.add_dependency "i18n", ">= 0.6.6"

s.add_development_dependency "appraisal", "~> 2.0"
s.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 606b444

Please sign in to comment.