Skip to content

Commit

Permalink
Merge pull request #12 from tonyta/more-specific-dependencies
Browse files Browse the repository at this point in the history
Declare more specific dependencies
  • Loading branch information
metaskills authored Mar 29, 2021
2 parents 863e32e + f2bb0ba commit b7f75a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionpack-cloudfront.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_runtime_dependency 'rails', '>= 4.2'
spec.add_runtime_dependency 'actionpack', '>= 4.2'
spec.add_runtime_dependency 'railties', '>= 4.2'
spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit b7f75a6

Please sign in to comment.