File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,16 @@ Gem::Specification.new do |spec|
8888 spec . add_dependency ( "omniauth" , ">= 1" ) # ruby >= 0
8989 spec . add_dependency ( "version_gem" , ">= 1.1.8" , "< 3" ) # ruby >= 2.2
9090
91+ # NOTE: It is preferable to list development dependencies in the gemspec due to increased
92+ # visibility and discoverability on RubyGems.org.
93+ #
94+ # Thus, dev dependencies in gemspec must have
95+ #
96+ # required_ruby_version ">= 2.4" (or lower)
97+ #
98+ # Development dependencies that require strictly newer Ruby versions should be in a "gemfile",
99+ # and preferably a modular one (see gemfiles/modular/*.gemfile).
100+
91101 ### Testing
92102 spec . add_development_dependency ( "activerecord" , ">= 5" ) # ruby >= 2.2.2
93103 spec . add_development_dependency ( "anonymous_active_record" , "~> 1.0" , ">= 1.0.9" ) # ruby >= 2.4
You can’t perform that action at this time.
0 commit comments