From b102312a13d134c6eac1a886633a5c9d3e670216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20F=2E=20Romaniello?= Date: Fri, 20 Jun 2014 15:06:56 -0300 Subject: [PATCH] minor --- docs/rails-tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rails-tutorial.md b/docs/rails-tutorial.md index 544c540..ff75221 100644 --- a/docs/rails-tutorial.md +++ b/docs/rails-tutorial.md @@ -8,8 +8,8 @@ This tutorial explains how to integrate Auth0 with a Ruby on Rails application. Add the gem to your Gemfile: - gem 'omniauth', '1.2.1' - gem 'omniauth-auth0', '1.0.1' + gem 'omniauth', '~> 1.2' + gem 'omniauth-auth0', '~> 1.0' Then run: @@ -89,7 +89,7 @@ OmniAuth will always return a hash of information after authenticating with an e require 'sinatra' require 'omniauth' - require 'auth0' + require 'omniauth-auth0' use Rack::Session::Cookie use OmniAuth::Builder do