ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

rack requirement conflicts with rails 3.0.3 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo gem install rails
2. gem_bin=$(gem environment | awk '$2~/^EXE/{print$4}')
3. $gem_bin/rails new testapp
4. cd testapp
5. echo "gem 'google-api-client', '0.1.3'" >> Gemfile
6. $gem_bin/bundle

What is the expected output? What do you see instead?
Expected: Your bundle is complete!
Received: 
Bundler could not find compatible versions for gem "rack":
  In Gemfile:
    google-api-client (= 0.1.3) depends on
      rack (= 1.2.0)

    rails (= 3.0.3) depends on
      rack (1.2.1)

What version of the product are you using? On what operating system?
Version: 0.1.3
OS: Ubuntu 10.04

Please provide any additional information below.
Workaround for Gemfile:
gem 'google-api-client', :require => 'google/api_client',
    :git => 'git://github.com/GICodeWarrior/google-api-client.git'

Original issue reported on code.google.com by gic...@gmail.com on 9 Dec 2010 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by bobaman@google.com on 11 Mar 2011 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by bobaman@google.com on 4 May 2011 at 12:27

GoogleCodeExporter commented 9 years ago
This should now be resolved. Let me know if you run into further dependency 
problems.

Original comment by bobaman@google.com on 12 May 2011 at 8:28