Skip to content

Commit

Permalink
Issue #179 Need to install extra gems just in case we are in ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Sanchez committed Feb 11, 2014
1 parent 2fb0d73 commit b8f33b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions librarian-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Gem::Specification.new do |s|
s.executables = ['librarian-puppet']

s.add_dependency "librarian", ">=0.1.2"
if RUBY_VERSION < '1.9'
s.add_dependency "json"
s.add_dependency "open3_backport"
end

# only needed for ruby 1.8
s.add_dependency "json"
s.add_dependency "open3_backport"

s.add_development_dependency "rake"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit b8f33b4

Please sign in to comment.