decaporg / jekyll-decap-cms

A starter template for Jekyll and Decap CMS
149 stars 108 forks source link

Ruby version is not compatible mine is 3.1.3 #37

Closed dgr8abr closed 2 months ago

dgr8abr commented 2 months ago

the end part of the bundle install command shows this :

s deprecated and will be removed in Ruby 3.2.
./Users/mbam1/.gem/ruby/3.1.3/gems/bundler-1.17.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/Users/mbam1/.gem/ruby/3.1.3/gems/bundler-1.17.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
./Users/mbam1/.gem/ruby/3.1.3/gems/bundler-1.17.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/Users/mbam1/.gem/ruby/3.1.3/gems/bundler-1.17.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.

Fetching gem metadata from https://rubygems.org/./Users/mbam1/.gem/ruby/3.1.3/gems/bundler-1.17.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/Users/mbam1/.gem/ruby/3.1.3/gems/bundler-1.17.1/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.

Resolving dependencies...
ruby_dep-1.5.0 requires ruby version >= 2.2.5, ~> 2.2, which is incompatible with the current version, ruby 3.1.3p185
dgr8abr commented 2 months ago

solved wth this :

delete your Gemfile.lock and run bundle install

martinjagodic commented 2 months ago

Closing as solved