Skip to content

Commit

Permalink
Merge pull request tomstuart#1 from tallenaz/challenge
Browse files Browse the repository at this point in the history
Fix Bundler deprecation warning
  • Loading branch information
tomstuart committed Jan 12, 2014
2 parents d89051e + 649db5a commit bb384e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source :rubygems
source 'https://rubygems.org'

gem 'rspec', '~> 2.7.0'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
rspec (2.7.0)
Expand Down

0 comments on commit bb384e8

Please sign in to comment.