Skip to content

Commit

Permalink
thin rails dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorganIO committed Oct 7, 2022
1 parent c062988 commit c2914fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions canonical-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency 'rails', '>= 4.1', '<= 7.1'
%w[actionmailer activerecord railties].each do |dep|
s.add_dependency dep, '>= 4.1', '<= 7.1'
end

s.add_dependency "sprockets-rails", '~> 3.0'

s.add_development_dependency 'appraisal'
s.add_development_dependency "sprockets", '~> 3.0'
s.add_development_dependency 'rspec-rails', '~> 4.0.1'
s.add_development_dependency 'pry'
end

0 comments on commit c2914fd

Please sign in to comment.