Skip to content

Commit 3e6377b

Browse files
committed
Fix Gemfile resolution problems
1 parent 4d28821 commit 3e6377b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ gemspec
33

44
gem 'actionpack', :github => 'rails/rails', branch: 'master'
55
gem 'railties', :github => 'rails/rails', branch: 'master'
6+
gem 'rack', :github => 'rack/rack', branch: 'master'
7+
gem 'sprockets', :github => 'rails/sprockets', branch: 'master'

0 commit comments

Comments
 (0)