-
Notifications
You must be signed in to change notification settings - Fork 20
Install ruby1.9 branch using bundler #1
Comments
I also had this problem. You can work around it by adding to your gemfile: gem 'gbarcode', '0.98' Then installing it manually: $ git clone https://github.com/ahaller/gbarcode.git Anyway, +1 to add a gemspec and fix this :=) |
gemspec please.. |
+1 |
https://github.com/ahaller/gbarcode.git this link is not working now ..and the problem is that i dont have git installed in my system .can you please tell me another way clear this problem . Temporarily enhancing PATH to include DevKit...
ator\vendor\plugins Provided configuration options: m. Please install GNU barcode before installing this gem (Exception) Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/gbarcode- |
+1 for gemspec |
In my Gemfile, if I give,
gem "gbarcode", :git => "git://github.com/ahaller/gbarcode.git", :ref => "ruby1.9"
Bundler throws me error like this,
Could not find gem 'gbarcode (>= 0, runtime)' in git://github.com/ahaller/gbarcode.git (at ruby1.9).
Source does not contain any versions of 'gbarcode (>= 0, runtime)'
what should I do to install gbarcode using bundler
The text was updated successfully, but these errors were encountered: