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.
2 parents 7f8631d + 6e1460e commit f522cd9Copy full SHA for f522cd9
codeclimate.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
s.bindir = "bin"
17
s.executables = %w(codeclimate-init)
18
19
- s.add_dependency "activesupport", "~> 4.2", ">= 4.2.1"
+ s.add_dependency "activesupport", ">= 4.2.1", "< 5.1"
20
s.add_dependency "tty-spinner", "~> 0.1.0"
21
s.add_dependency "codeclimate-yaml", "~> 0.9.0"
22
s.add_dependency "highline", "~> 1.7", ">= 1.7.2"
0 commit comments