tallgreentree / omniauth-37signals

37signals OAuth2 Strategy for Omniauth 1.0
16 stars 17 forks source link

Allow multi_json 1.5.0 #10

Closed theodorton closed 11 years ago

theodorton commented 11 years ago
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "multi_json":
  In Gemfile:
    omniauth-37signals (>= 0) ruby depends on
      multi_json (~> 1.0.3) ruby

    uglifier (>= 1.0.3) ruby depends on
      multi_json (1.5.0)

The same 2 specs fails before and after the change.

willbarrett commented 11 years ago

@theodorton - thanks, but we've just updated the gem to remove the mulit_json dependency entirely. The newest gem version, 1.0.5, removes this problem entirely. Have an awesome day.

theodorton commented 11 years ago

Great :+1: