Check installed Bundler version
This commit is contained in:
parent
34e8dade05
commit
f713d1eac5
2 changed files with 3 additions and 2 deletions
4
Gemfile
4
Gemfile
|
|
@ -1,7 +1,9 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# rails-assets requires >= 1.8.4
|
||||
gem 'bundler', '>= 1.8.4'
|
||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
||||
abort "Bundler version >= 1.8.4 is required"
|
||||
end
|
||||
|
||||
# as web framework
|
||||
gem 'rails', '~> 4.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue