Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 14, 2016
1 parent 74b8ea1 commit bad37db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psych.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ DESCRIPTION
s.rubygems_version = "2.5.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0")

s.add_development_dependency(%q<rake-compiler>, [">= 0.4.1"])
s.add_development_dependency(%q<minitest>, ["~> 5.0"])
s.add_development_dependency 'rake-compiler', ">= 0.4.1"
s.add_development_dependency 'minitest', "~> 5.0"

if RUBY_PLATFORM =~ /java/
require 'psych/versions'
Expand Down

0 comments on commit bad37db

Please sign in to comment.