Skip to content

Commit

Permalink
Make quotes in gemspec consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed May 15, 2015
1 parent e37077f commit 423c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pliny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec", "~> 3.1", ">= 3.1.0"
gem.add_development_dependency "sinatra-contrib", "~> 1.4", ">= 1.4.2"
gem.add_development_dependency "timecop", "~> 0.7", ">= 0.7.1"
gem.add_development_dependency 'pry'
gem.add_development_dependency "pry"
gem.add_development_dependency "pg", "~> 0.17", ">= 0.17.1"
gem.add_development_dependency "sequel", "~> 4.9", ">= 4.9.0"
end

0 comments on commit 423c4c4

Please sign in to comment.