diff --git a/Gemfile b/Gemfile index ad31e7c4..d6801f04 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source "http://rubygems.org" gemspec gem "rails", "~> 3.0.4" -gem "oa-oauth", '~> 0.2.0.beta1', :require => "omniauth/oauth" -gem "oa-openid", '~> 0.2.0.beta1', :require => "omniauth/openid" +gem "oa-oauth", '~> 0.2.0', :require => "omniauth/oauth" +gem "oa-openid", '~> 0.2.0', :require => "omniauth/openid" group :test do gem "webrat", "0.7.2", :require => false diff --git a/Gemfile.lock b/Gemfile.lock index b8dc775d..bf40605c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM columnize (0.3.2) erubis (2.6.6) abstract (>= 1.0.0) - faraday (0.5.6) + faraday (0.5.7) addressable (~> 2.2.4) multipart-post (~> 1.1.0) rack (>= 1.1.0, < 2) @@ -75,16 +75,16 @@ GEM nokogiri (1.4.4) nokogiri (1.4.4-java) weakling (>= 0.0.3) - oa-core (0.2.0.beta4) + oa-core (0.2.0) rack (~> 1.1) - oa-oauth (0.2.0.beta4) + oa-oauth (0.2.0) multi_json (~> 0.0.2) nokogiri (~> 1.4.2) - oa-core (= 0.2.0.beta4) + oa-core (= 0.2.0) oauth (~> 0.4.0) oauth2 (~> 0.1.1) - oa-openid (0.2.0.beta4) - oa-core (= 0.2.0.beta4) + oa-openid (0.2.0) + oa-core (= 0.2.0) rack-openid (~> 1.2.0) ruby-openid-apps-discovery oauth (0.4.4) @@ -150,8 +150,8 @@ DEPENDENCIES mocha mongo (= 1.1.2) mongoid (= 2.0.0.beta.20) - oa-oauth (~> 0.2.0.beta1) - oa-openid (~> 0.2.0.beta1) + oa-oauth (~> 0.2.0) + oa-openid (~> 0.2.0) rails (~> 3.0.4) ruby-debug (>= 0.10.3) sqlite3-ruby