Skip to content

Commit

Permalink
downgrade psych: load bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Jan 29, 2015
1 parent e5147f9 commit 8b3152a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hooray.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'thor'
s.add_dependency 'psych', '2.0.8'
s.add_dependency 'paint'
s.add_dependency 'macaddr'
s.add_dependency 'net-ping'
Expand Down
2 changes: 1 addition & 1 deletion lib/hooray/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hooray version
module Hooray
VERSION = '0.1.8'
VERSION = '0.1.9'
end

0 comments on commit 8b3152a

Please sign in to comment.