diff options
| author | mo <mo@mokhan.ca> | 2018-05-07 16:17:53 -0600 |
|---|---|---|
| committer | mo <mo@mokhan.ca> | 2018-05-07 16:17:53 -0600 |
| commit | a7ff82b96fc264b8587cc105b23516f60a0d4cfe (patch) | |
| tree | 7d4589801220ddd3ba7302d051dee8dd7869619d /Gemfile | |
| parent | 31500bdab2e72b370d7e622195161df2515fdf4f (diff) | |
rubocop -a
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -source "https://rubygems.org" +source 'https://rubygems.org' -git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in net-hippie.gemspec gemspec |
