bundler version should not be a hard dependency per #4091
This commit is contained in:
parent
5b0d33ade0
commit
a2e9711c76
2 changed files with 0 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,7 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'bundler', '>= 1.3.4'
|
|
||||||
|
|
||||||
gem 'rails', '3.2.13'
|
gem 'rails', '3.2.13'
|
||||||
|
|
||||||
# Appserver
|
# Appserver
|
||||||
|
|
|
||||||
|
|
@ -418,7 +418,6 @@ DEPENDENCIES
|
||||||
addressable (= 2.3.3)
|
addressable (= 2.3.3)
|
||||||
asset_sync (= 0.5.4)
|
asset_sync (= 0.5.4)
|
||||||
bootstrap-sass (= 2.2.2.0)
|
bootstrap-sass (= 2.2.2.0)
|
||||||
bundler (>= 1.3.4)
|
|
||||||
capistrano (= 2.12.0)
|
capistrano (= 2.12.0)
|
||||||
capistrano_colors (= 0.5.5)
|
capistrano_colors (= 0.5.5)
|
||||||
capybara (= 1.1.3)
|
capybara (= 1.1.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue