Enforce min bundler version required by rails-assets
This commit is contained in:
parent
64b825cebe
commit
34e8dade05
2 changed files with 4 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,5 +1,8 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
# rails-assets requires >= 1.8.4
|
||||||
|
gem 'bundler', '>= 1.8.4'
|
||||||
|
|
||||||
# as web framework
|
# as web framework
|
||||||
gem 'rails', '~> 4.2'
|
gem 'rails', '~> 4.2'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -506,6 +506,7 @@ DEPENDENCIES
|
||||||
bootstrap-sass (~> 3.3.4.1)
|
bootstrap-sass (~> 3.3.4.1)
|
||||||
bootstrap-switch-rails (~> 3.0.0)
|
bootstrap-switch-rails (~> 3.0.0)
|
||||||
bootstrap3-datetimepicker-rails (~> 3.0.2)
|
bootstrap3-datetimepicker-rails (~> 3.0.2)
|
||||||
|
bundler (>= 1.8.4)
|
||||||
byebug
|
byebug
|
||||||
cancancan
|
cancancan
|
||||||
capybara
|
capybara
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue