Skip to content

Commit

Permalink
+ Make RubyGems shut up.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jan 18, 2014
1 parent 29a7cf7 commit 70f9c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/picky-client.gemspec
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['README.rdoc']

s.add_runtime_dependency 'yajl-ruby' # We suggest to use Yajl.
s.add_runtime_dependency 'activesupport', '>= 3.0'
s.add_runtime_dependency 'activesupport', '~> 3.0'
end
2 changes: 1 addition & 1 deletion statistics/picky-statistics.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|

s.add_dependency 'sinatra', '~> 1.0'

s.add_development_dependency 'rspec', '>= 1.3.0'
s.add_development_dependency 'rspec', '~> 1.3.0'
end

0 comments on commit 70f9c73

Please sign in to comment.