Skip to content

Commit

Permalink
replaced source :ruby gems by 'https://rubygems.org'
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Aug 10, 2013
1 parent 2f31a96 commit 36abf95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'
gem 'fakes3', :path => '.' # for dev and test, use local fakes3
# Specify your gem's dependencies in fakes3.gemspec
gemspec
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: .
specs:
fakes3 (0.1.5)
fakes3 (0.1.5.1)
builder
thor

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
aws-s3 (0.6.2)
builder
Expand All @@ -18,7 +18,7 @@ GEM
right_aws (3.0.4)
right_http_connection (>= 1.2.5)
right_http_connection (1.3.0)
thor (0.14.6)
thor (0.18.1)
xml-simple (1.1.1)

PLATFORMS
Expand Down

0 comments on commit 36abf95

Please sign in to comment.