Skip to content

Commit 0d463d8

Browse files
author
Sam Phippen
committed
Web console only with rails master
1 parent 21a4c6c commit 0d463d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ when /master/
1515
gem 'sprockets-rails', :git => 'git://github.com/rails/sprockets-rails.git', :branch => 'master'
1616
when /stable$/
1717
gem "rails", :git => "git://github.com/rails/rails.git", :branch => version
18-
gem 'web-console', '~> 2.0'
1918
when nil, false, ""
2019
if RUBY_VERSION < '1.9.3'
2120
# Rails 4+ requires 1.9.3+, so on earlier versions default to the last 3.x release.
2221
gem "rails", "~> 3.2.17"
2322
else
2423
gem "rails", "~> 4.2.0"
2524
end
26-
gem 'web-console', '~> 2.0'
2725
else
2826
gem "rails", version
29-
gem 'web-console', '~> 2.0'
3027
end
3128

3229
gem "i18n", '< 0.7.0' if RUBY_VERSION < '1.9.3'

0 commit comments

Comments
 (0)