Skip to content

Commit

Permalink
Rely on gds-sso to require the correct version of warden
Browse files Browse the repository at this point in the history
  • Loading branch information
jystewart committed Jan 9, 2012
1 parent d265065 commit 950b5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -4,7 +4,6 @@ source 'https://gems.gemfury.com/vo6ZrmjBQu5szyywDszE/'
if ENV['BUNDLE_DEV']
gem 'gds-sso', :path => '../gds-sso'
else
gem 'warden', '1.0.6'
gem 'gds-sso', :git => 'git@github.com:alphagov/gds-sso.git'
end

Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Expand Up @@ -6,14 +6,14 @@ GIT

GIT
remote: git@github.com:alphagov/gds-sso.git
revision: 9262d94221a46ad9329a5a4040cb71cbe5fdc1f7
revision: 22efb5d3650286ac3bad8fdeb7287befeb8b8b59
specs:
gds-sso (0.2.0)
gds-sso (0.2.1)
oa-core (= 0.2.6)
oa-oauth (= 0.2.6)
oauth2 (= 0.4.1)
rails (>= 3.0.0)
warden
warden (= 1.0.6)

GIT
remote: git@github.com:alphagov/rummageable.git
Expand Down Expand Up @@ -297,6 +297,5 @@ DEPENDENCIES
stomp (= 1.1.9)
test-unit
timecop
warden (= 1.0.6)
webmock
whenever

0 comments on commit 950b5f6

Please sign in to comment.