Questions tagged as 'bundler'

1
answer

Specify Bundler versions in the Gemfile

A build of my project in TravisCI failed because Travis decided to use a version of Bundler (1.6.9, I think) that does not support blocks in source , like this: source 'https://rails-assets.org' do gem 'rails-assets-urijs' end Witho...
asked by 22.01.2016 / 21:21
1
answer

Symfony 3 ClassNotFoundException when creating Bundle

So far I had used Symfony 2 and I just moved to version 3. The installation is correct and I can run the emulator and see the welcome screen. The problem is when creating a Bundle. I create the bundle as always, with console and following the in...
asked by 10.07.2017 / 01:04
2
answers

Error using 'bundle install'

I will use a Style Guide, on its GitHub ( link ) says to install it you must do the following: git clone [email protected]:lonelyplanet/rizzo.git && cd rizzo cp .ruby-version.example .ruby-version cp .ruby-gemset.example .ruby-gemset cd ....
asked by 14.04.2017 / 18:05
1
answer

Bundler problems

Hello friends when trying to run my app shows me the following error: You are trying to install in deployment mode after changing your Gemfile. Run 'bundle install' elsewhere and add the updated Gemfile.lock to version control. The dependenci...
asked by 05.07.2018 / 00:57
2
answers

Error when bundling rails

This is what the console throws at me: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw...
asked by 04.04.2017 / 02:05