Skip to content

Commit af9f407

Browse files
committed
📝 Documentation
1 parent 93e7142 commit af9f407

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

omniauth-identity.gemspec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)