GithubHelp home page GithubHelp logo

Comments (5)

radar avatar radar commented on May 29, 2024

@ecl1pse please provide the information we ask for in the Contributing Guidelines.

Thanks!

from spree_auth_devise.

ecl1pse avatar ecl1pse commented on May 29, 2024

Sorry, here:

I'm trying to use the latest spree-2-1 branch but it won't let me update spree because of spree_auth_devise.

source 'https://rubygems.org'
ruby '1.9.3'

gem 'rails', '4.0.0'
gem 'pg'
gem 'arel'
gem 'comma'

group :assets do
  gem 'sass-rails',   '~> 4.0.0'
  gem 'coffee-rails', '~> 4.0.0'
  gem 'uglifier',     '>= 1.0.3'
end

gem 'jquery-rails',   "3.0.4"
gem 'haml-rails'
gem 'bourbon'
gem 'unicorn'
gem 'populator'
gem 'deface',        '~> 1.0.0'

group :production do
  gem 'rails_12factor'
end

gem 'spree', git: 'https://github.com/spree/spree.git', branch: "2-1-stable"
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-1-stable'
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-1-stable'
gem 'spree_flash_sales', git: "https://github.com/ecl1pse/spree_flash_sales", :branch => "master"
gem 'spree_export', git: "https://github.com/ecl1pse/spree_export", branch: "master"
gem 'spree_limit_qty', git: "https://github.com/ecl1pse/spree_limit_qty", branch: "master"
gem 'spree_magnific', git: "https://github.com/ecl1pse/spree_magnific", branch: "2-1-stable"
gem 'spree_paypal_express', :github => "radar/better_spree_paypal_express", :branch => "2-1-stable"

group :development, :test do
  gem 'sqlite3'
  gem "rspec-rails", "~> 2.14.0"
  gem 'shoulda'
  gem "capybara", "~> 2.1.0"
  gem 'database_cleaner'
  gem "factory_girl_rails", "~> 4.2.1"
  gem 'ffaker'
  gem 'webmock'
  gem 'guard'
  gem 'guard-rspec'
  gem 'launchy'
  gem 'annotate'
  gem 'pry-rails'
  gem 'debugger'
  gem 'pry-awesome_print'
  gem 'quiet_assets'
end

group :test do
  gem "codeclimate-test-reporter", require: nil
  gem 'simplecov', require: false
end

I'm expecting bundle update --source spree to work and then let me use the updated commits that reference the new version of activerecord.

from spree_auth_devise.

radar avatar radar commented on May 29, 2024

The source option is to tell Bundler where to fetch the gems from. Not what to update.

How about bundle update spree spree_auth_devise. Does that work?

from spree_auth_devise.

ecl1pse avatar ecl1pse commented on May 29, 2024

Ah ok, thanks.

bundle update spree spree_auth_devise
Updating https://github.com/spree/spree.git
Updating https://github.com/spree/spree_auth_devise.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    rails (= 4.0.0) ruby depends on
      railties (= 4.0.0) ruby

    coffee-rails (~> 4.0.0) ruby depends on
      railties (4.0.1.rc2)

Wtf, how did the coffee-rails requirement change to a recent rails release? Bug in gem?

from spree_auth_devise.

radar avatar radar commented on May 29, 2024

It didn't change. It's been the same and includes the latest railties. Try running bundle update by itself.

from spree_auth_devise.

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.