Skip to content

Commit

Permalink
Update Devise to 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed Aug 13, 2013
1 parent 2ccd6d9 commit f6c98c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.1'
gem 'devise', '~> 3.0.2'
gem 'cancan', '~> 1.6.10'

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
simplecov (>= 0.7)
thor
database_cleaner (1.0.1)
devise (3.0.1)
devise (3.0.2)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down Expand Up @@ -233,7 +233,7 @@ DEPENDENCIES
coffee-rails (~> 4.0.0.beta1)
coveralls
database_cleaner (~> 1.0.1)
devise (~> 3.0.1)
devise (~> 3.0.2)
factory_girl_rails (~> 4.2.1)
faker (~> 1.2.0)
guard-rspec (~> 3.0.2)
Expand Down
1 change: 1 addition & 0 deletions app/views/students/_course_overview.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<%= current_student.courses.first.name %>

0 comments on commit f6c98c1

Please sign in to comment.