Skip to content

Commit

Permalink
Merge pull request #100 from seuros/patch-1
Browse files Browse the repository at this point in the history
Depend on railties instead of the meta package rails
  • Loading branch information
metaskills committed Nov 27, 2019
2 parents 994f7ea + a4a9eb3 commit 8dfbdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitest-spec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.require_paths = ['lib']
gem.add_runtime_dependency 'minitest', '>= 5.0'
gem.add_runtime_dependency 'rails', '>= 4.1'
gem.add_runtime_dependency 'railties', '>= 4.1'
gem.add_development_dependency 'appraisal'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 8dfbdff

Please sign in to comment.