omniauth / omniauth-identity

A simple login and password strategy for OmniAuth.
MIT License
345 stars 98 forks source link

Updated json for Ruby 2.2.2 compatibility #78

Closed George-Hudson closed 3 years ago

George-Hudson commented 8 years ago

Running bundle install against Ruby 2.2.2, brings up this error: too few arguments provided to function-like macro invocation This was happening because the old version of json, 1.8.0 is incompatible with Ruby version 2.2.0 and up.

Github issues documentation of incompatibility:
https://github.com/flori/json/issues/229

This commit upgrades json to 1.8.3

pboling commented 3 years ago

This is no longer an issue! Gemfile.lock should not have been committed in the first place!