Skip to content

Commit

Permalink
Merge pull request #11 from espen/master
Browse files Browse the repository at this point in the history
depend on railties instead of rails
  • Loading branch information
pedrofurtado authored Oct 21, 2020
2 parents ae62a1b + 331e51c commit 1d6cdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timeliness-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ['lib']

spec.add_dependency 'rails'
spec.add_dependency 'railties'
spec.add_dependency 'timeliness'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 1d6cdd2

Please sign in to comment.