We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d173241 commit 694c1e5Copy full SHA for 694c1e5
Gemfile
@@ -1,5 +1,10 @@
1
+# frozen_string_literal: true
2
+
3
require 'openssl'
4
source 'https://rubygems.org'
5
6
+git_source(:github) { |repo| "https://github.com/#{repo}.git" }
7
8
gemspec
9
10
gem 'sqlite3'
@@ -33,7 +38,7 @@ else
33
38
ver
34
39
end
35
40
36
- gem 'rails', git: "git://github.com/rails/rails.git", tag: "v#{version}"
41
+ gem 'rails', github: "rails/rails", tag: "v#{version}"
37
42
43
44
if ENV['AREL']
0 commit comments