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:
parent
788ae0ec3b
commit
85b0b19c11
1 changed files with 4 additions and 3 deletions
7
Gemfile
7
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue