1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updage Gemfile to use https URL

This commit is contained in:
Rafael Mendonça França 2013-04-18 13:38:39 -03:00
parent 788ae0ec3b
commit 85b0b19c11

View file

@ -2,10 +2,11 @@
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
source :gemcutter
source "https://rubygems.org/"
gem "minitest", "~>4.6.2", :group => [:development, :test]
gem "hoe", "~>3.3.1", :group => [:development, :test]
gem "minitest", "~>4.4", :group => [:development, :test]
gem "rdoc", "~>4.0", :group => [:development, :test]
gem "hoe", "~>3.5", :group => [:development, :test]
# vim: syntax=ruby