Skip to content

Commit 6c700ec

Browse files
committed
Don't track rails master
1 parent b2d147d commit 6c700ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22
gemspec
33

4-
gem 'actionpack', :github => 'rails/rails', branch: 'master'
5-
gem 'railties', :github => 'rails/rails', branch: 'master'
4+
gem 'actionpack'
5+
gem 'railties'

0 commit comments

Comments
 (0)