Questions tagged [gem-bundler]

38 questions
0
votes
1 answer

Adding logstash "logstash-output-email" failed and restarting logstash failed to start

I tried to install "logstash-output-email" using below command and it could not installed due to firewall and then I came to know that there is a restriction that I can not use internet connectivity. ./logstash-plugin install…
intechops6
  • 1,007
  • 4
  • 22
  • 43
0
votes
1 answer

Gem issues while upgrading to rails 5.1.1

I'm having gem issues when I tried to upgrade to rails 5.1.1, I get the the output below when I run bundle update rails from 4.2: Any ideas what the issue might be? Bundler could not find compatible versions for gem "railties": In Gemfile: railties…
0
votes
1 answer

OSX El Capitan, gem install "ERROR: While executing gem ... (Errno::EINVAL) Invalid argument"

gem install fails for any gem (e.g. bundler, cocoapods). $ gem install bundler ERROR: While executing gem ... (Errno::EINVAL) Invalid argument Background On a new macbook (Mid 2015) running OSX El Capitan v10.11.6 (15G31), I started setting it…
lal
  • 7,410
  • 7
  • 34
  • 45
0
votes
2 answers

40:232: execution error: -e:1:in `load': cannot load such file -- install (LoadError)

Trying to setup Cucumber, Watir and RubyMine. Create a cucumber test and trying to do a bundle install and keep getting the error. /usr/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) install 40:232: execution error: -e:1:in…
Redmoomba
  • 41
  • 1
  • 6
0
votes
1 answer

Bundler::GemNotFound when deploying to Openshift

I just published my rails app to Openshift and I got the error message: We're sorry, but something went wrong. The log file says: Could not find rake-10.4.2 in any of the sources (Bundler::GemNotFound) I do not know how to debug this issue. This…
kinsomicrote
  • 187
  • 4
  • 20
0
votes
2 answers

The big picture: Ruby files, gems, vcs, html, website

I am new to Ruby, and new to programming. I've learned the basics of Ruby and HTML, but as I'm getting closer to beginning to work on a project, I'm having difficulty understanding how the Ruby code we write interacts with Ruby gems, vcs…
settheline
  • 3,333
  • 8
  • 33
  • 65
0
votes
1 answer

Why Bundler.require is not working the way it should

I have an application where I segregated all my gem based on groups source 'http://rubygems.org' ... ... ... group :development, :test do gem 'ruby-debug19', :require => 'ruby-debug' gem 'web-app-theme', '>= 0.6.2' gem 'faker' gem…
Viren
  • 5,812
  • 6
  • 45
  • 98
0
votes
1 answer

Dreamhost nightmare! Deploying Rails: failed to map segment from shared object

I've been trying to deploy my website to dreamhost for the last two weeks. I've been reading blogs created in 2008, 2009, 2010, 2011. It seems like I fix one issue another pops up! I've added the GEMHOME GEMPATH etc variables. Now finally when I…
1 2
3