Skip to content

Commit 0e5d559

Browse files
author
Sam Phippen
committed
Add explicit git master web console dependency
This is done because rails 5 needs a newer version of rails console than will be installed by the implicit dependencies resolved via rubygems. It is also only added to the development group because we do not want webconsole to get in the way of any of the specs that we run.
1 parent e566410 commit 0e5d559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ when /master/
66
gem "journey", :git => "git://github.com/rails/journey.git"
77
gem "activerecord-deprecated_finders", :git => "git://github.com/rails/activerecord-deprecated_finders.git"
88
gem "rails-observers", :git => "git://github.com/rails/rails-observers"
9+
gem "web-console", :git => "git://github.com/rails/web-console", :group => :development
910
gem 'sass-rails', :git => "git://github.com/rails/sass-rails.git"
1011
gem 'coffee-rails', :git => "git://github.com/rails/coffee-rails.git"
1112
gem 'rack', :git => 'git://github.com/rack/rack.git'

0 commit comments

Comments
 (0)