質問編集履歴

1

質問の書き方が分からず・・申し訳ございません。 このような形でよろしいでしょうか?

2018/09/25 12:02

投稿

mappy0509
mappy0509

スコア13

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- source 'https://rubygems.org'
67
+ ```source 'https://rubygems.org'
68
68
 
69
69
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
70
70
 
@@ -187,3 +187,7 @@
187
187
  # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
188
188
 
189
189
  gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
190
+
191
+ コード
192
+
193
+ ```