We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e5551 commit 442dd71Copy full SHA for 442dd71
pattern_patch.gemspec
@@ -15,9 +15,11 @@ Gem::Specification.new do |spec|
15
spec.homepage = 'http://github.com/jdee/pattern_patch'
16
spec.license = 'MIT'
17
18
+ # This is necessary to support the system Ruby (2.0.0) on OS X before High Sierra.
19
spec.required_ruby_version = '>= 2.0.0'
20
- spec.add_dependency 'activesupport'
21
+ # activesupport 5.x requires Ruby 2.2.
22
+ spec.add_dependency 'activesupport', '~> 4.2'
23
24
spec.add_development_dependency 'bundler'
25
spec.add_development_dependency 'pry'
0 commit comments