Questions tagged as 'gemfile'

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

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
0
answers

Gemfile does not accept changes.

On my production system, I have the gem mysql2 0.3.11 installed, but locally I have mysql2 0.3.18 installed because it is not able to find the 0.3.11 when bundle install or gem install mysql2 0.3.11 I have t...
asked by 03.07.2018 / 11:45
1
answer

Problem when trying to register with gem devise

I get the following error when I try to register with a user, fill in the fields and give the sign up and one:    LoadError in Devise :: SessionsController # create       can not load such a file - bcrypt_ext. I have already tried to uni...
asked by 10.05.2018 / 18:35