Skip to content

Commit

Permalink
Merge pull request #160 from fism88/master
Browse files Browse the repository at this point in the history
Change Gemfile source to 'https://rubygems.org' to remove warning.
  • Loading branch information
steveklabnik committed May 15, 2013
2 parents d360f70 + 59f1f1e commit d932ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gem "cucumber"
gem "hpricot"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
builder (3.0.0)
cucumber (1.0.2)
Expand Down

0 comments on commit d932ad5

Please sign in to comment.