add bundler to Gemfile in order to align bundler versions

This commit is contained in:
Marc Anguera Insa
2015-11-22 21:08:38 +01:00
parent a6e706c3bb
commit 13be10eb4a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ gem "shelly-dependencies"
gem 'whenever', :require => false
gem 'prawn'
gem 'prawn-table'
gem 'bundler', '>= 1.10.6'
# Integrate an external search engine - tags + full-text in PG are not really the best
gem 'elasticsearch-model'
+1
View File
@@ -365,6 +365,7 @@ DEPENDENCIES
awesome_print
better_errors
binding_of_caller
bundler (>= 1.10.6)
byebug
capybara (~> 2.4.4)
coffee-rails