Skip to content

Commit c56eddb

Browse files
Add branch option to Gemfile to be able to use bundle local
1 parent 0228520 commit c56eddb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source :rubygems
22
gemspec
33

44
# Roll w/ master until 4.0 is cut
5-
gem 'actionpack', :github => 'rails/rails'
6-
gem 'journey', :github => 'rails/journey'
7-
gem 'railties', :github => 'rails/rails'
5+
gem 'actionpack', :github => 'rails/rails', branch: 'master'
6+
gem 'journey', :github => 'rails/journey', branch: 'master'
7+
gem 'railties', :github => 'rails/rails', branch: 'master'

lib/sprockets/rails/helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'action_view'
22
require 'sprockets'
3-
43
require 'active_support/core_ext/class/attribute'
54

65
module Sprockets

0 commit comments

Comments
 (0)