Code Monkey home page Code Monkey logo

Comments (6)

sergeyklay avatar sergeyklay commented on August 15, 2024

@jloan

To install bundler ~> 1.16 use command as follows:

gem install bundler --version '~> 1.16'

To see installed bundler version use following commands:

gem list | grep bundler
gem list bundler

To run specific bundler version you are free to use such form:

bundle _1.17.3_ install

P.S.

Btw, you can modify the ed..gemspec file:

diff --git a/ed..gemspec b/ed..gemspec
index ccf3284..9bfdc66 100644
--- a/ed..gemspec
+++ b/ed..gemspec
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
 
   spec.add_runtime_dependency "jekyll", "~> 3.6"
 
-  spec.add_development_dependency "bundler", "~> 1.16"
-  spec.add_development_dependency "rake", "~> 10.4"
+  spec.add_development_dependency "bundler"
+  spec.add_development_dependency "rake"
 end

and use your installed bundler

from ed.

jloan avatar jloan commented on August 15, 2024

Thanks! I do have two questions which I understand may be pushing your patience.

  1. since I installed (per the directions) everything into the ed folder -- will I only be overwriting the bundler install in that folder? Not system-wide? My gut tells me yes...

  2. Do I only change the bundler version in the gemspec file? Nothing else? My gut also tells me yes here, but my novice anxiety prompts me to ask.

Thanks for your help and patience @sergeyklay!

from ed.

karlstolley avatar karlstolley commented on August 15, 2024

@jloan @sergeyklay I have a patch coming that relaxes the Bundler requirements and allows 2.x versions of Bundler. It's generally a good idea not to rework the Gemspec file yourself (and makes it harder to get updates, if you're still tracking the upstream Ed. repo).

from ed.

sergeyklay avatar sergeyklay commented on August 15, 2024

@karlstolley Could you make a pull request then? :)

from ed.

sergeyklay avatar sergeyklay commented on August 15, 2024

@jloan

  1. Yes
  2. Yes

from ed.

karlstolley avatar karlstolley commented on August 15, 2024

@sergeyklay it's on the master branch, but it hasn't been released to the Gem yet. See 2aad954

from ed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.