Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Sep 23, 2016
1 parent a166a71 commit bb713b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli_miami.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = Gem::Requirement.new '>= 2.0.0p247'

s.add_runtime_dependency 'activesupport', '4.2.7.1'
s.add_runtime_dependency 'activesupport', '<=4.2.7.1'
s.add_runtime_dependency 'i18n'
s.add_runtime_dependency 'term-ansicolor'

Expand All @@ -27,9 +27,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'guard-bundler'
s.add_development_dependency 'guard-rubocop'
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'listen', '3.0.8'
s.add_development_dependency 'listen', '<= 3.0.8'
s.add_development_dependency 'rspec'
s.add_development_dependency 'ruby_dep', '1.3.1'
s.add_development_dependency 'ruby_dep', '<= 1.3.1'
s.add_development_dependency 'terminal-notifier'
s.add_development_dependency 'terminal-notifier-guard'
s.add_development_dependency 'yard'
Expand Down

0 comments on commit bb713b8

Please sign in to comment.