We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e706c commit 13be10eCopy full SHA for 13be10e
Gemfile
@@ -37,6 +37,7 @@ gem "shelly-dependencies"
37
gem 'whenever', :require => false
38
gem 'prawn'
39
gem 'prawn-table'
40
+gem 'bundler', '>= 1.10.6'
41
42
# Integrate an external search engine - tags + full-text in PG are not really the best
43
gem 'elasticsearch-model'
Gemfile.lock
@@ -365,6 +365,7 @@ DEPENDENCIES
365
awesome_print
366
better_errors
367
binding_of_caller
368
+ bundler (>= 1.10.6)
369
byebug
370
capybara (~> 2.4.4)
371
coffee-rails
0 commit comments