Skip to content

Commit

Permalink
Remove unnecessary Gemfile sources
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jul 1, 2012
1 parent 6d48057 commit d35b130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions Gemfile
@@ -1,9 +1,4 @@
source "http://rubygems.org"
source "http://rubygems.org"
source "http://gems.rubyforge.org"
source "http://gems.rubyonrails.org"
source "http://gems.github.com"
source "http://gemcutter.org"
source 'https://rubygems.org'

gem "addressable", "2.2.5"
gem "bcrypt-ruby", "2.1.4"
Expand Down
7 changes: 1 addition & 6 deletions Gemfile.lock
@@ -1,10 +1,5 @@
GEM
remote: http://rubygems.org/
remote: http://rubygems.org/
remote: http://gems.rubyforge.org/
remote: http://gems.rubyonrails.org/
remote: http://gems.github.com/
remote: http://gemcutter.org/
remote: https://rubygems.org/
specs:
addressable (2.2.5)
bcrypt-ruby (2.1.4)
Expand Down

0 comments on commit d35b130

Please sign in to comment.