Skip to content

Commit

Permalink
Update devise to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed Aug 5, 2013
1 parent 5d3ef00 commit 5eb7432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'uglifier', '~> 2.1.1'

gem 'coveralls', require: false
gem 'newrelic_rpm', '~> 3.6.6.147'
gem 'devise', '~> 3.0.0.rc'
gem 'devise', '~> 3.0.1'
gem 'cancan', '~> 1.6.10'

group :development, :test do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT

GIT
remote: git://github.com/thomas-mcdonald/bootstrap-sass.git
revision: 79e7f27bcd70aa56682a8460c0bd6871bb6da172
revision: 092a9f14a2640edc68bef57c5e162e3f8808312e
branch: 3
specs:
bootstrap-sass (3.0.0.0)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.0)
atomic (1.1.10)
atomic (1.1.12)
bcrypt-ruby (3.1.1)
bootstrap-will_paginate (0.0.9)
will_paginate
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
simplecov (>= 0.7)
thor
database_cleaner (1.0.1)
devise (3.0.0)
devise (3.0.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
mime-types (1.23)
mini_portile (0.5.1)
minitest (4.7.5)
multi_json (1.7.7)
multi_json (1.7.8)
newrelic_rpm (3.6.6.147)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
Expand Down Expand Up @@ -233,7 +233,7 @@ DEPENDENCIES
coffee-rails (~> 4.0.0.beta1)
coveralls
database_cleaner (~> 1.0.1)
devise (~> 3.0.0.rc)
devise (~> 3.0.1)
factory_girl_rails (~> 4.2.1)
faker (~> 1.2.0)
guard-rspec (~> 3.0.2)
Expand Down

0 comments on commit 5eb7432

Please sign in to comment.