RISCfuture / dropbox

An easy-to-use client library for the official Dropbox API.
MIT License
519 stars 47 forks source link

Cannot install anymore on projects using rspec 1 #21

Closed masterkain closed 13 years ago

masterkain commented 13 years ago

Gemfile contains a dependency on rspec 2, but it's not grouped, so:

Bundler could not find compatible versions for gem "rspec": In Gemfile: dropbox depends on rspec (>= 2.0)

rspec (1.3.1)
RISCfuture commented 13 years ago

Version 1.2.2 fixes this by removing the rspec dependency.