Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 26, 2014
1 parent 3d1ec95 commit de1c5f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
source "http://rubygems.org"
source "https://rubygems.org"

gemspec

gem "builder", ">= 2.1.2"

group :development do
gem "rake", "~> 0.9.2"
gem "rdoc", "~> 3.9.4"
gem "rake", ">= 0.9.2"
gem "rdoc", ">= 3.9"
end

group :test do
gem "rake", "~> 0.9.2"
gem "rspec", "~> 2.6.0"
gem "rake", ">= 0.9.2"
gem "rspec", "~> 2.6"
end

if defined? RUBY_VERSION and RUBY_VERSION < "1.9"
gem 'nokogiri', "< 1.6"
end
end

0 comments on commit de1c5f5

Please sign in to comment.