Require ruby-openid 2.2.0 or later for ruby 1.9 support

This commit is contained in:
Tom Hughes 2012-07-07 20:40:04 +01:00
parent b2723c536a
commit bda393e7e2
2 changed files with 6 additions and 2 deletions

View file

@ -25,6 +25,9 @@ gem 'http_accept_language', '>= 1.0.2'
gem 'paperclip', '~> 2.0'
gem 'deadlock_retry', '>= 1.2.0'
# We need ruby-openid 2.2.0 or later for ruby 1.9 support
gem 'ruby-openid', '>= 2.2.0'
# Browser detection support
gem 'browser'

View file

@ -115,7 +115,7 @@ GEM
activesupport (= 3.2.6)
bundler (~> 1.0)
railties (= 3.2.6)
rails-i18n (0.6.4)
rails-i18n (0.6.5)
i18n (~> 0.5)
railties (3.2.6)
actionpack (= 3.2.6)
@ -129,7 +129,7 @@ GEM
json (~> 1.4)
redcarpet (2.1.1)
rinku (1.5.1)
ruby-openid (2.1.8)
ruby-openid (2.2.0)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
sass (3.1.20)
@ -182,6 +182,7 @@ DEPENDENCIES
rails-i18n (>= 0.6.3)
redcarpet
rinku (>= 1.2.2)
ruby-openid (>= 2.2.0)
sanitize
sass-rails (~> 3.2.3)
therubyracer