We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d75af commit 9044141Copy full SHA for 9044141
gemfiles/Gemfile-edge
@@ -1,5 +1,6 @@
1
-source 'https://rubygems.org'
+source "https://rubygems.org"
2
3
-gemspec path: '..'
+gemspec path: ".."
4
5
-gem 'rails', github: 'rails/rails', branch: 'master'
+gem "rails", github: "rails/rails", branch: "master"
6
+gem "arel", github: "rails/arel", branch: "master"
0 commit comments