Skip to content

Commit 987cf01

Browse files
author
rubyteam
committed
change gem to http protocol
1 parent ec32793 commit 987cf01

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ log
33
log/**/*
44
tmp/**/*
55
bin/*
6+
.bundle/
67
config/database.yml
78
config/app_config.yml
89
public/uploads

Diff for: Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source 'http://rubygems.org'
22

33
# Project requirements
44
gem 'rake'
@@ -39,4 +39,4 @@ group :test do
3939
gem 'rack-test', :require => "rack/test"
4040
gem 'factory_girl'
4141
gem 'database_cleaner'
42-
end
42+
end

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
activerecord (~> 3.0)
3131

3232
GEM
33-
remote: https://rubygems.org/
33+
remote: http://rubygems.org/
3434
specs:
3535
activemodel (3.2.11)
3636
activesupport (= 3.2.11)

0 commit comments

Comments
 (0)