Skip to content

Commit

Permalink
Gemfile formatting
Browse files Browse the repository at this point in the history
Fixes secure source
  • Loading branch information
Joel Junström committed Sep 19, 2015
1 parent 36378e7 commit b3cd2c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions Gemfile
@@ -1,6 +1,9 @@
source :rubygems
source "https://rubygems.org"

gemspec
gem 'rake'

gem "rake"

group :development, :test do
gem 'turn'
end
gem "turn"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -4,7 +4,7 @@ PATH
luhn (0.1.1)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
ansi (1.3.0)
minitest (2.6.0)
Expand Down

0 comments on commit b3cd2c9

Please sign in to comment.